diff --git a/named_type.hpp b/named_type.hpp index 8dd47fc..5511c99 100644 --- a/named_type.hpp +++ b/named_type.hpp @@ -23,6 +23,7 @@ class NamedTypeImpl : public Skills explicit NamedTypeImpl(T&& value, typename std::enable_if::value, std::nullptr_t>::type = nullptr) : value_(std::move(value)) {} @@ -31,6 +32,9 @@ class NamedTypeImpl : public Skills operator NamedTypeImpl() const @@ -52,7 +56,7 @@ class NamedTypeImpl : public Skills class... Skills> @@ -69,7 +73,7 @@ StrongType make_named(T const& value) { return StrongType(value); } - + } // namespace fluent #endif