Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[list helpers] test: added
test::non_copyable_thing
default constru…
…ctor With GCC-14.2.1, compiling with `-std=c++23`: the expression `T{}` seems to expect an explicit default constructor if T (only) has deleted copy-constructors and defaulted move-constructors.
- Loading branch information