Douglas Gregor b8e4cdab2f function_base.hpp:
- 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]
2001-11-19 20:30:18 +00:00
2001-07-14 19:57:09 +00:00
2001-11-19 20:30:18 +00:00
2001-11-19 20:19:23 +00:00
2001-06-21 16:19:33 +00:00
2001-11-19 14:57:08 +00:00
Description
Mirrored via gitea-mirror
2.1 MiB
Languages
C++ 96.7%
CMake 1.7%
Shell 0.6%
Batchfile 0.5%
HTML 0.5%