Jason Turner 0ed9602ba9 Get libc++ on ubuntu 14.04 working
The std::is_member_function_pointer<> template is broken on this version
of the libc++ standard library for const member functions.

To get ChaiScript to work with this, we had to work around the use of
automatically generated std::function wrappers in many cases. This
actually cleaned up the code in a few places and muddied it up in one.
2015-04-21 12:01:29 -06:00
..
dispatchkit Get libc++ on ubuntu 14.04 working 2015-04-21 12:01:29 -06:00
language Get libc++ on ubuntu 14.04 working 2015-04-21 12:01:29 -06:00
utility Get ready for 5.6.0 release 2015-01-17 07:05:10 -07:00
chaiscript_defines.hpp Get libc++ on ubuntu 14.04 working 2015-04-21 12:01:29 -06:00
chaiscript_stdlib.hpp Add future support, and fix returning of r-values 2015-01-06 15:31:06 -07:00
chaiscript_threading.hpp Reduce copies of UDTs 2015-04-07 10:23:43 -06:00
chaiscript.hpp Merge branch 'master' into develop 2015-03-13 22:28:24 -06:00