Hi list,
I'm observing different behavior in boost::optional and boost::variant
compared to their std c++17 versions. Using Boost 1.64
The following example fails to compile with -DUSE_BOOST using either gcc
7.3 or clang 6.0
#include
Hi list,
I'm observing different behavior in boost::optional and boost::variant
compared to their std c++17 versions. Using Boost 1.64
The following example fails to compile with -DUSE_BOOST using either gcc
7.3 or clang 6.0
#include