diff --git a/include/nonstd/scope.hpp b/include/nonstd/scope.hpp index afd4f86..83ed338 100644 --- a/include/nonstd/scope.hpp +++ b/include/nonstd/scope.hpp @@ -897,7 +897,7 @@ class unique_resource ); scope_static_assert( - (std11::is_move_constructible::value && std11::is_nothrow_move_constructible::value ) + (std11::is_move_constructible::value && std11::is_nothrow_move_constructible::value ) || std11::is_copy_constructible::value , "deleter must be nothrow_move_constructible or copy_constructible" );