Added an any_function which supports the same functionality as std::function from the
upcoming C++0x standard. I added this so dlib can be modified to easily support lambda functions while still being compilable on compilers which don't support the new std::function. --HG-- extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%404130
Showing
dlib/any/any_function.h
0 → 100644
This diff is collapsed.
dlib/any/any_function_impl.h
0 → 100644
This diff is collapsed.
Please
register
or
sign in
to comment