summaryrefslogtreecommitdiff
path: root/boost/hana/set.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/hana/set.hpp')
-rw-r--r--boost/hana/set.hpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/boost/hana/set.hpp b/boost/hana/set.hpp
index c40547b77b..58979ed47f 100644
--- a/boost/hana/set.hpp
+++ b/boost/hana/set.hpp
@@ -2,7 +2,7 @@
@file
Defines `boost::hana::set`.
-@copyright Louis Dionne 2013-2016
+@copyright Louis Dionne 2013-2017
Distributed under the Boost Software License, Version 1.0.
(See accompanying file LICENSE.md or copy at http://boost.org/LICENSE_1_0.txt)
*/
@@ -72,6 +72,7 @@ BOOST_HANA_NAMESPACE_BEGIN
: storage(static_cast<tuple<Xs...>&&>(xs))
{ }
+ constexpr set() = default;
constexpr set(set const& other) = default;
constexpr set(set&& other) = default;
};