diff options
Diffstat (limited to 'asl/utility.hpp')
-rw-r--r-- | asl/utility.hpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/asl/utility.hpp b/asl/utility.hpp index 69838e5..4f27017 100644 --- a/asl/utility.hpp +++ b/asl/utility.hpp @@ -11,6 +11,9 @@ namespace asl
{
+struct in_place_t {};
+static constexpr in_place_t in_place{};
+
template<moveable T>
constexpr void swap(T& a, T& b)
{
|