This website requires JavaScript.
Explore
Help
Sign In
feedc0de
/
boost_optional
Watch
1
Star
0
Fork
0
forked from
boostorg/optional
Code
Pull Requests
Activity
Files
face89c114cf9401e763e93db01d97e19bd7151a
boost_optional
/
include
/
boost
/
optional
T
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