File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -177,7 +177,7 @@ configure_package_config_file(
177
177
178
178
write_basic_package_version_file(
179
179
${CMAKE_CURRENT_BINARY_DIR} /smlConfigVersion.cmake
180
- VERSION 1.1.6
180
+ VERSION 1.1.8
181
181
COMPATIBILITY SameMajorVersion
182
182
)
183
183
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ DRMEMORY:=drmemory -light -batch -exit_code_if_errors 1 --
26
26
GCOV: =-fprofile-arcs -ftest-coverage
27
27
CLANG_FORMAT? =clang-format
28
28
CLANG_TIDY? =clang-tidy
29
- PYTHON? =python2
29
+ PYTHON? =python3
30
30
MKDOCS? =mkdocs
31
31
MKDOCS_THEME? =boost-modern
32
32
MKDOCS_SITE? =site
Original file line number Diff line number Diff line change 9
9
#if (__cplusplus < 201305L && _MSC_VER < 1900)
10
10
#error "[Boost::ext].SML requires C++14 support (Clang-3.4+, GCC-5.1+, MSVC-2015+)"
11
11
#else
12
- #define BOOST_SML_VERSION 1'1'6
12
+ #define BOOST_SML_VERSION 1'1'8
13
13
#define BOOST_SML_NAMESPACE_BEGIN \
14
14
namespace boost { \
15
15
inline namespace ext { \
16
16
namespace sml { \
17
- inline namespace v1_1_6 {
17
+ inline namespace v1_1_8 {
18
18
#define BOOST_SML_NAMESPACE_END \
19
19
} \
20
20
} \
@@ -422,7 +422,7 @@ struct pool : pool_type<Ts>... {
422
422
template <>
423
423
struct pool <> {
424
424
using boost_di_inject__ = type_list<>;
425
- constexpr pool () = default;
425
+ pool () = default ;
426
426
template <class ... Ts>
427
427
constexpr explicit pool (Ts &&...) {}
428
428
__BOOST_SML_ZERO_SIZE_ARRAY (byte);
You can’t perform that action at this time.
0 commit comments