mirror of
https://github.com/boostorg/function.git
synced 2026-01-22 05:12:26 +00:00
b8e4cdab2fe38e751440086e59ac9dcade8a85a7
- Updated any_pointer and manager classes to deal with member function
pointers directly, so no allocation is required when using them.
- Removed include of boost/mem_fn.hpp
function_template.hpp:
- Many macros that were in the functionN.hpp headers have been moved here and
are now generated on-the-fly using BOOST_JOIN
- Added invokers for pointers to member functions
- Revised pointer to member function handling code to not perform any
allocations/deallocations
- Added guards so that multiple inclusion of function_template.hpp will only
include its dependencies once.
functionN.hpp:
- Headers regenerated
[SVN r11729]
Description
Mirrored via gitea-mirror
Languages
C++
96.7%
CMake
1.7%
Shell
0.6%
Batchfile
0.5%
HTML
0.5%