From e6918187568dbd01842d8d1d2c808ce16a894239 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 21 Apr 2024 13:54:28 +0200 Subject: Adding upstream version 18.2.2. Signed-off-by: Daniel Baumann --- src/boost/libs/function/README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 src/boost/libs/function/README.md (limited to 'src/boost/libs/function/README.md') diff --git a/src/boost/libs/function/README.md b/src/boost/libs/function/README.md new file mode 100644 index 000000000..6b1bb443c --- /dev/null +++ b/src/boost/libs/function/README.md @@ -0,0 +1,18 @@ +# Boost.Function, a polymorphic function wrapper + +[Boost.Function](http://boost.org/libs/function), part of the +[Boost C++ Libraries](http://boost.org), is the original implementation of the +polymorphic function wrapper `boost::function`, which was eventually accepted +into the C++11 standard as [`std::function`](https://en.cppreference.com/w/cpp/utility/functional/function). + +## Currently supported compilers + +* g++ 4.8 or later +* clang++ 3.9 or later +* Visual Studio 2005-2022 + +Tested on [Github Actions](https://github.com/boostorg/function/actions) and [Appveyor](https://ci.appveyor.com/project/pdimov/function/). + +## License + +Distributed under the [Boost Software License, Version 1.0](http://boost.org/LICENSE_1_0.txt). -- cgit v1.2.3