Update meta

This commit is contained in:
Krystian Stasiowski
2020-02-02 21:10:21 -05:00
parent 1f5c983acf
commit e0bb370e6b
2 changed files with 4 additions and 2 deletions

View File

@ -251,7 +251,7 @@ jobs:
- { os: "linux", env: [ "COMMENT=STANDALONE", "B2_TOOLSET=clang-7", "B2_DEFINES=define=BOOST_STATIC_STRING_STANDALONE", "B2_CXXSTD=17" ], addons: *clang-7 }
- { os: "linux", env: [ "COMMENT=STANDALONE", "B2_TOOLSET=clang-8", "B2_DEFINES=define=BOOST_STATIC_STRING_STANDALONE", "B2_CXXSTD=17" ], addons: *clang-8 }
- os: "linux"
env: ["COMMENT=STANDALONE", "B2_TOOLSET=clang-9", "B2_DEFINES=define=BOOST_STATIC_STRING_STANDALONE", "B2_CXXSTD=17", "B2_CXXFLAGS=-stdlib=libstdc++"]
env: ["COMMENT=STANDALONE", "B2_TOOLSET=clang-9", "B2_DEFINES=define=BOOST_STATIC_STRING_STANDALONE", "B2_CXXSTD=17"]
apt:
sources:
- ubuntu-toolchain-r-test
@ -259,6 +259,8 @@ jobs:
key_url: 'https://apt.llvm.org/llvm-snapshot.gpg.key'
packages:
- clang-9
- libc6-dbg
- libc++-dev
- libstdc++-8-dev
- { os: "osx" , env: [ "COMMENT=STANDALONE", "B2_TOOLSET=clang", "B2_DEFINES=define=BOOST_STATIC_STRING_STANDALONE", "B2_CXXSTD=17" ] }

View File

@ -5,7 +5,7 @@
"Vinnie Falco"
"Krystian Stasiowski"
],
"description": "A fixed capacity, dynamically sized string.",
"description": "A fixed capacity dynamically sized string.",
"category": [
"Container",
"String"