1
0
forked from boostorg/mp11

Add mp_value; enable mp_rename on value lists. Refs #53.

This commit is contained in:
Peter Dimov
2023-05-14 19:45:09 +03:00
parent 173e5d8098
commit 570acee866
7 changed files with 139 additions and 4 deletions

View File

@@ -9,6 +9,7 @@
// http://www.boost.org/LICENSE_1_0.txt
#include <boost/mp11/version.hpp>
#include <boost/mp11/detail/mp_value.hpp>
#include <type_traits>
#include <cstddef>