Created on 2014-03-07.00:00:00 last changed 23 months ago
Additional notes (November, 2023):
The following example is also rejected by implementations, but it is allowed by the rules:
struct A {
static bool f2() { return f(); }
static consteval bool f() { return true; }
};
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 |
| 2024-01-01 08:20:14 | admin | set | messages: + msg7563 |
| 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 | |