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
634
Commits
67
Branches
123
Tags
f8387e371b6eb4b26f8de5d1782d398f55a34c50
Commit Graph
5 Commits
Author
SHA1
Message
Date
Andrey Semashev
9c43ae3612
Use is_same from Boost.TypeTraits.
...
boost::core::is_same is deprecated, so use the one from Boost.TypeTraits instead.
2023-11-09 00:38:43 +01:00
Edward Diener
78d6563bce
Change __BORLANDC__ to BOOST_BORLANDC, which is defined in Boost config for the Embarcadero non-clang-based compilers.
2020-03-30 14:04:35 -04:00
Andrzej Krzemienski
5b6f4be434
Fix make_optional for rvalues
2017-11-07 23:34:56 +01:00
Kohei Takahashi
61bf382ffa
Enable tests that doesn't requires rv-ref.
2017-11-07 23:33:57 +01:00
Andrzej Krzemienski
4fe57f57fa
Fix make_optional for rvalues
2017-11-07 23:33:54 +01:00