Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
mborland committed Feb 27, 2023
2 parents 705d2d8 + 8cfdbb6 commit 681ed70
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions meta/libraries.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"Hubert Holin <Hubert.Holin -at- meteo.fr>",
"John Maddock <john -at- johnmaddock.co.uk>"
],
"cxxstd": "11"
"cxxstd": "14"
},
{
"key": "math/common_factor",
Expand All @@ -26,7 +26,7 @@
"category": [
"Math"
],
"cxxstd": "11"
"cxxstd": "14"
},
{
"key": "math/octonion",
Expand All @@ -39,7 +39,7 @@
"category": [
"Math"
],
"cxxstd": "11"
"cxxstd": "14"
},
{
"key": "math/quaternion",
Expand All @@ -52,7 +52,7 @@
"category": [
"Math"
],
"cxxstd": "11"
"cxxstd": "14"
},
{
"key": "math/special_functions",
Expand All @@ -68,7 +68,7 @@
"category": [
"Math"
],
"cxxstd": "11"
"cxxstd": "14"
},
{
"key": "math/statistical_distributions",
Expand All @@ -82,6 +82,6 @@
"category": [
"Math"
],
"cxxstd": "11"
"cxxstd": "14"
}
]

0 comments on commit 681ed70

Please sign in to comment.