Issues
- 1
CMake tests fail
#138 opened by pdimov - 2
Drop dependency on Boost.Static_Assert
#135 opened by akrzemi1 - 0
Drop dependency on Boost.Move
#134 opened by akrzemi1 - 12
implicit constructor not working
#95 opened by vinniefalco - 3
Make as much of the interface as posible `constexpr`
#132 opened by akrzemi1 - 4
construction, comparisons broken
#96 opened by vinniefalco - 5
- 2
- 6
Require C++11?
#109 opened by pdimov - 3
Implement the range interface for `optional`
#131 opened by akrzemi1 - 3
MSVC 14.2 ICEs in Boost.Log tests in C++20 mode
#126 opened by Lastique - 2
- 13
Error introduced by boost::core::launder
#122 opened by alandefreitas - 1
CI test on Microsoft Windows
#121 opened by sdarwin - 1
Cannot return non_const reference to contained value for uninitialized optional variable type.
#111 opened by robertramey - 1
-Wuninitialized warning on current gcc
#108 opened by roe85 - 6
"inline" linkage necessary
#65 opened by aaron-michaux - 1
Deprecation warnings for boost/core/swap.hpp
#117 opened by jefftrull - 0
Syntax error in none_t.hpp
#115 opened by pdimov - 2
Hard to find docs for the monadic functions
#113 opened by hadrielk - 5
docs build failing
#114 opened by sdarwin - 9
- 5
- 0
optimization for trivial T's
#105 opened by akrzemi1 - 0
- 3
Interoperability with std::optional<bool>
#98 opened by pfee - 6
Why is the ctor of optional<T&> explicit?
#99 opened by ImplOfAnImpl - 5
- 4
- 2
Respect BOOST_NO_IOSTREAM
#92 opened by lebdron - 4
- 1
unqualified call to `get<T>` with a non-`boost::optional` type should not match
#90 opened by Kojoley - 2
Please merge the 'develop' branch change into 'master' for the Boost 1.75 release
#86 opened by eldiener - 0
Use std::invoke for monadic interface
#81 opened - 3
- 1
C++20 breaks optional<std::filesystem::path>
#78 opened by CaseyCarter - 1
- 2
Uninitialized variable warning on gcc 8.3/release
#72 opened by djarek - 3
Forward constructors in boost::optional
#73 opened by thegreathir - 6
IO error should be a warning
#67 opened by mwpowellhtx - 5
serialization for boost/optional
#66 opened by robertramey - 1
- 4
`reset()` marked as deprecated
#61 opened by Kojoley - 4
C++98 GCC 8 assignment does nothing
#59 opened by Kojoley - 2
optional no longer compiles when BOOST_OPTIONAL_CONFIG_USE_OLD_IMPLEMENTATION_OF_OPTIONAL is defined
#57 opened by akrzemi1 - 1
Add observer `has_value()`
#52 opened by akrzemi1 - 0
Add rvalue ref overload for get()
#51 opened by akrzemi1 - 6
- 2
- 6
make_optional broken with optional references
#45 opened by merryhime