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
7734d69cb946a35d106bfdecb0e61521dae69b52
boost_optional
/
include
/
boost
/
optional
History
Andrey Semashev
e9989b260e
Refs
#4987
. Added forward declaration of namespace-scope swap for boost::optional, this should fix GCC compilation errors. Also swap implementation now uses Boost.Utility.Swap to make use of the workarounds for some broken compilers. If it breaks for your compiler, let me know in the mentioned ticket.
...
[SVN r67288]
2010-12-17 21:12:56 +00:00
..
optional_fwd.hpp
Fix some header links.
2010-07-14 08:15:33 +00:00
optional_io.hpp
operator>> behavior changed slightly so that the stream is not accessed when unrecognized character sequence is detected.
2010-12-12 11:35:19 +00:00
optional.hpp
Refs
#4987
. Added forward declaration of namespace-scope swap for boost::optional, this should fix GCC compilation errors. Also swap implementation now uses Boost.Utility.Swap to make use of the workarounds for some broken compilers. If it breaks for your compiler, let me know in the mentioned ticket.
2010-12-17 21:12:56 +00:00