diff --git a/meta/libraries.json b/meta/libraries.json index ca7c4b6..b75bd98 100644 --- a/meta/libraries.json +++ b/meta/libraries.json @@ -13,7 +13,8 @@ "Memory", "Miscellaneous", "Patterns" - ] + ], + "cxxstd": "03" }, { "key": "utility/call_traits", @@ -25,7 +26,8 @@ "documentation": "call_traits.htm", "category": [ "Generic" - ] + ], + "cxxstd": "03" }, { "key": "utility/compressed_pair", @@ -38,7 +40,8 @@ "category": [ "Data", "Patterns" - ] + ], + "cxxstd": "03" }, { "key": "utility/identity_type", @@ -53,7 +56,8 @@ ], "maintainers": [ "Lorenzo Caminiti " - ] + ], + "cxxstd": "03" }, { "key": "utility/in_place_factories", @@ -65,7 +69,8 @@ "documentation": "in_place_factories.html", "category": [ "Generic" - ] + ], + "cxxstd": "03" }, { "key": "utility/operators", @@ -83,7 +88,8 @@ ], "maintainers": [ "Daniel Frey " - ] + ], + "cxxstd": "03" }, { "key": "utility/result_of", @@ -96,7 +102,8 @@ "authors": "", "maintainers": [ "Daniel Walker " - ] + ], + "cxxstd": "03" }, { "key": "utility/string_ref", @@ -109,7 +116,8 @@ "authors": "Marshall Clow", "maintainers": [ "Marshall Clow " - ] + ], + "cxxstd": "03" }, { "key": "utility/value_initialized", @@ -121,6 +129,7 @@ "documentation": "value_init.htm", "category": [ "Miscellaneous" - ] + ], + "cxxstd": "03" } ]