Files
type_traits/meta/libraries.json
2021-04-20 16:03:18 +00:00

20 lines
398 B
JSON

{
"key": "type_traits",
"name": "Type Traits",
"authors": [
"John Maddock, Steve Cleary, et al"
],
"description": "Templates for fundamental properties of types.",
"std": [
"tr1"
],
"category": [
"Generic",
"Metaprogramming"
],
"maintainers": [
"John Maddock <john -at- johnmaddock.co.uk>"
],
"cxxstd": "03"
}