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
273
Commits
67
Branches
123
Tags
4c06d708d605219ee48944f431d1bc28aa3cc7c2
Commit Graph
2 Commits
Author
SHA1
Message
Date
Andrey Semashev
ef2d285d47
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.
...
[SVN r67183]
2010-12-12 11:34:12 +00:00
Fernando Cacciola
0be943c2f6
Added simple operators << and >> to optional<>
...
[SVN r32533]
2006-02-03 21:39:21 +00:00