diff options
author | Lorry Tar Creator <lorry-tar-importer@baserock.org> | 2015-04-08 03:09:47 +0000 |
---|---|---|
committer | <> | 2015-05-05 14:37:32 +0000 |
commit | f2541bb90af059680aa7036f315f052175999355 (patch) | |
tree | a5b214744b256f07e1dc2bd7273035a7808c659f /libs/assert | |
parent | ed232fdd34968697a68783b3195b1da4226915b5 (diff) | |
download | boost-tarball-master.tar.gz |
Imported from /home/lorry/working-area/delta_boost-tarball/boost_1_58_0.tar.bz2.HEADboost_1_58_0master
Diffstat (limited to 'libs/assert')
-rw-r--r-- | libs/assert/meta/libraries.json | 3 | ||||
-rw-r--r-- | libs/assert/test/assert_test.cpp | 2 |
2 files changed, 1 insertions, 4 deletions
diff --git a/libs/assert/meta/libraries.json b/libs/assert/meta/libraries.json index 0194658c6..833779619 100644 --- a/libs/assert/meta/libraries.json +++ b/libs/assert/meta/libraries.json @@ -1,6 +1,5 @@ { "key": "assert", - "boost-version": "1.27.0", "name": "Assert", "authors": [ "Peter Dimov" @@ -9,8 +8,6 @@ "Peter Dimov <pdimov -at- pdimov.com>" ], "description": "Customizable assert macros.", - "std-proposal": false, - "std-tr1": false, "category": [ "Correctness" ] diff --git a/libs/assert/test/assert_test.cpp b/libs/assert/test/assert_test.cpp index 26051acc3..323382864 100644 --- a/libs/assert/test/assert_test.cpp +++ b/libs/assert/test/assert_test.cpp @@ -58,7 +58,7 @@ void test_disabled() BOOST_ASSERT(p); BOOST_ASSERT_MSG(p, "msg"); - // supress warnings + // suppress warnings p = &x; p = &p; } |