Skip to content

Commit b139b72

Browse files
authored
Merge pull request boostorg#84 from eldiener/develop
[skip ci] Add "cxxstd" json field
2 parents bd81ca4 + 137c92d commit b139b72

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

meta/libraries.json

+6-3
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@
1111
],
1212
"maintainers": [
1313
"Marshall Clow <marshall -at- idio.com>"
14-
]
14+
],
15+
"cxxstd": "03"
1516
},
1617
{
1718
"key": "algorithm/minmax",
@@ -26,7 +27,8 @@
2627
],
2728
"maintainers": [
2829
"Marshall Clow <marshall -at- idio.com>"
29-
]
30+
],
31+
"cxxstd": "03"
3032
},
3133
{
3234
"key": "algorithm/string",
@@ -42,6 +44,7 @@
4244
],
4345
"maintainers": [
4446
"Marshall Clow <marshall -at- idio.com>"
45-
]
47+
],
48+
"cxxstd": "03"
4649
}
4750
]

0 commit comments

Comments
 (0)