Просмотр исходного кода

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]

Douglas Gregor 24 лет назад
Родитель
Сommit
cabd08be5d
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      libs/function

+ 1 - 1
libs/function

@@ -1 +1 @@
-Subproject commit d37d21068546a116e9a2defe15d5c029bb1b256c
+Subproject commit b8e4cdab2fe38e751440086e59ac9dcade8a85a7

粤ICP备19079148号