diff --git a/meta/libraries.json b/meta/libraries.json index 81f8542..ef27aab 100644 --- a/meta/libraries.json +++ b/meta/libraries.json @@ -15,7 +15,8 @@ "description": "A collection of simple core utilities with minimal dependencies.", "category": [ "Miscellaneous" - ] + ], + "cxxstd": "03" }, { "key": "utility/enable_if", @@ -33,7 +34,8 @@ "maintainers": [ "Jaakko Jarvi ", "Jeremiah Willcock " - ] + ], + "cxxstd": "03" }, { "key": "utility/swap", @@ -49,7 +51,8 @@ ], "maintainers": [ "Joseph Gauterin " - ] + ], + "cxxstd": "03" }, { "key": "bind/ref", @@ -67,6 +70,7 @@ ], "category": [ "Function-objects" - ] + ], + "cxxstd": "03" } ]