This website requires JavaScript.
Explore
Help
Sign In
feedc0de
/
boost_optional
Watch
1
Star
0
Fork
0
You've already forked boost_optional
forked from
boostorg/optional
Code
Pull Requests
Activity
Files
99d88eaea4970e7f6aabac1e9de677fe004a064d
boost_optional
/
include
/
boost
/
optional
History
Steven Watanabe
6ed68269a8
Merge [44825] and [45264] from the trunk.
...
[SVN r70796]
2011-03-31 19:47:42 +00:00
..
optional_fwd.hpp
Merge [44825] and [45264] from the trunk.
2011-03-31 19:47:42 +00:00
optional_io.hpp
Merged changes from trunk.
Fixes
#3395
. Also updates swap behavior: if default constructor has no-throw guarantee, swap will use it to provide no-throw guarantee itself. operator>> behavior changed slightly so that the stream is not accessed when unrecognized character sequence is detected. The stream is marked with failbit in such a case.
2010-12-12 11:34:12 +00:00
optional.hpp
Merged changes from trunk: add namespace scope swap forward declaration to fix member swap copmilation. Swap implementation now uses Boost.Utility.Swap.
Fixes
#4987
.
2010-12-18 21:29:39 +00:00