make optional constexpr in C++14

This commit is contained in:
Andrzej Krzemienski
2026-02-07 02:12:24 +01:00
parent bfdf0c73f9
commit 3df23370e6
28 changed files with 1405 additions and 544 deletions
+3
View File
@@ -11,6 +11,9 @@
#include "boost/optional/optional.hpp"
#include "boost/core/enable_if.hpp"
#include "boost/type_traits/is_constructible.hpp"
#ifdef BOOST_BORLANDC
#pragma hdrstop
#endif