Created on 2014-03-07.00:00:00 last changed 2 months ago
Additional notes (January, 2023):
The following example might be related:
#include <type_traits> struct Bar { struct Baz { int a = 0; }; static_assert(std::is_default_constructible_v<Baz>); };
History | |||
---|---|---|---|
Date | User | Action | Args |
2023-01-29 22:11:52 | admin | set | messages: + msg7158 |
2014-07-07 00:00:00 | admin | set | status: open -> drafting |
2014-03-07 00:00:00 | admin | create |