|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r50712 - in branches/release: boost libs libs/scope_exit status
From: Alexander.Nasonov_at_[hidden]
Date: 2009-01-21 15:33:18
Author: nasonov
Date: 2009-01-21 15:33:17 EST (Wed, 21 Jan 2009)
New Revision: 50712
URL: http://svn.boost.org/trac/boost/changeset/50712
Log:
Merge ScopeExit from trunk.
Added:
branches/release/boost/scope_exit.hpp
- copied unchanged from r50711, /trunk/boost/scope_exit.hpp
branches/release/libs/scope_exit/
- copied from r50711, /trunk/libs/scope_exit/
Text files modified:
branches/release/libs/maintainers.txt | 1
branches/release/status/explicit-failures-markup.xml | 43 ++++++++++++++++++++++++++++++++++++++++
2 files changed, 44 insertions(+), 0 deletions(-)
Modified: branches/release/libs/maintainers.txt
==============================================================================
--- branches/release/libs/maintainers.txt (original)
+++ branches/release/libs/maintainers.txt 2009-01-21 15:33:17 EST (Wed, 21 Jan 2009)
@@ -66,6 +66,7 @@
range Thorsten Ottosen <nesotto -at- cs.auc.dk>
rational Jonathan Turkanis <turkanis -at- coderage.com>
regex John Maddock <john -at- johnmaddock.co.uk>
+scope_exit Alexander Nasonov <alexander.nasonov -at- gmail.com>
serialization Robert Ramey <ramey -at- rrsd.com>
signals Douglas Gregor <dgregor -at- cs.indiana.edu>
smart_ptr Beman Dawes <bdawes -at- acm.org>, Peter Dimov <pdimov -at- mmltd.net>
Modified: branches/release/status/explicit-failures-markup.xml
==============================================================================
--- branches/release/status/explicit-failures-markup.xml (original)
+++ branches/release/status/explicit-failures-markup.xml 2009-01-21 15:33:17 EST (Wed, 21 Jan 2009)
@@ -4532,6 +4532,49 @@
</mark-expected-failures>
</library>
+ <!-- scope_exit -->
+ <library name="scope_exit">
+ <mark-expected-failures>
+ <test name="emulation_tpl"/>
+ <toolset name="intel-*-9.1"/>
+ <toolset name="intel-*-10.0"/>
+ <toolset name="intel-*-10.1"/>
+ <toolset name="intel-*-11.0"/>
+ <note author="Alexander Nasonov">
+ The test does not compile in typeof emulation mode,
+ most likely due to a compiler bug. Users are advised
+ to use native typeof.
+ </note>
+ </mark-expected-failures>
+ <mark-expected-failures>
+ <test name="native"/>
+ <toolset name="acc"/>
+ <note author="Alexander Nasonov" refid="39"/>
+ </mark-expected-failures>
+ <mark-expected-failures>
+ <test name="native_tpl"/>
+ <toolset name="acc"/>
+ <note author="Alexander Nasonov" refid="39"/>
+ </mark-expected-failures>
+ <mark-expected-failures>
+ <test name="native_tu_test"/>
+ <toolset name="acc"/>
+ <note author="Alexander Nasonov" refid="39"/>
+ </mark-expected-failures>
+ <mark-expected-failures>
+ <test name="native_tu_test"/>
+ <toolset name="msvc-7.1"/>
+ <toolset name="msvc-8.0"/>
+ <note author="Alexander Nasonov" refid="2"/>
+ </mark-expected-failures>
+ <mark-expected-failures>
+ <test name="emulation_tu_test"/>
+ <toolset name="msvc-7.1"/>
+ <toolset name="msvc-8.0"/>
+ <note author="Alexander Nasonov" refid="2"/>
+ </mark-expected-failures>
+ </library>
+
<!-- signals -->
<library name="signals">
<mark-unusable>
Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk