18 lines
368 B
JSON
Raw Permalink Normal View History

2025-01-12 20:42:02 +08:00
{
"key": "static_assert",
"name": "Static Assert",
"authors": [
"John Maddock"
],
"description": "Static assertions (compile time assertions).",
"category": [
"Correctness",
"Generic",
"Metaprogramming"
],
"maintainers": [
"John Maddock <john -at- johnmaddock.co.uk>"
],
"cxxstd": "03"
}