# function **Repository Path**: axylp/function ## Basic Information - **Project Name**: function - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: develop - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-03-06 - **Last Updated**: 2025-03-06 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 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.7 or later * clang++ 3.9 or later * Visual Studio 2013-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).