diff --git a/types/tagged.hpp b/types/tagged.hpp index 03b4c590..2a57528d 100644 --- a/types/tagged.hpp +++ b/types/tagged.hpp @@ -52,6 +52,7 @@ namespace cruft { //--------------------------------------------------------------------- template + requires (cruft::concepts::same_as, ValueT> || ...) tagged (InitialT &&initial) { set (std::forward (initial));