diff options
-rw-r--r-- | options/value.hpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/options/value.hpp b/options/value.hpp index 35cb5616..f16878ce 100644 --- a/options/value.hpp +++ b/options/value.hpp @@ -130,7 +130,8 @@ public: { } - value(const value<t>& other) noexcept : value{other.b, other.self_name, other.def} {} + //value(const value<t>& other) noexcept : value{other.b, other.self_name, other.def} {} + value(const value<t>&) = delete; t default_value() const { |