17 lines
348 B
JSON
17 lines
348 B
JSON
{
|
|
"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>"
|
|
]
|
|
}
|