mirror of
https://github.com/boostorg/function.git
synced 2026-01-21 04:52:14 +00:00
- Use a vtable instead of separate manager/invoker pointers, to shrink the
size of a boost::function object to 8 bytes
- Fix a problem with NULL member pointers
[SVN r32186]