| Issue | 115779 |
|---|---|
| Summary | [Clang] [[clang::require_constant_initialization]] seems to be broken in C++03 |
| Labels | clang:frontend, accepts-invalid |
| Assignees | |
| Reporter | philnik777 |
```c++
[[clang::require_constant_initialization]]
inline const __INTMAX_TYPE__ value = __INTMAX_MAX__ + 1;
```
is accepted in C++03 but in no other dialect._______________________________________________ llvm-bugs mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs
