From 19fcec84d8d7d21e796c7624e521b60d28ee21ed Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Apr 2024 20:45:59 +0200 Subject: Adding upstream version 16.2.11+ds. Signed-off-by: Daniel Baumann --- src/boost/libs/assert/README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 src/boost/libs/assert/README.md (limited to 'src/boost/libs/assert/README.md') diff --git a/src/boost/libs/assert/README.md b/src/boost/libs/assert/README.md new file mode 100644 index 000000000..645b7bb49 --- /dev/null +++ b/src/boost/libs/assert/README.md @@ -0,0 +1,14 @@ +# Boost.Assert + +The Boost.Assert library, part of the collection of [Boost C++ Libraries](http://github.com/boostorg), +provides several configurable diagnostic macros similar in behavior and purpose to the standard macro +`assert` from ``. + +## Documentation + +See the documentation of [BOOST_ASSERT](doc/assert.adoc) and +[BOOST_CURRENT_FUNCTION](doc/current_function.adoc) for more information. + +## License + +Distributed under the [Boost Software License, Version 1.0](http://boost.org/LICENSE_1_0.txt). -- cgit v1.2.3