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
..
chaiscript_algebraic.hpp Get ready for 5.6.0 release 2015-01-17 07:05:10 -07:00
chaiscript_common.hpp Various cleanups 2015-04-02 15:40:45 -06:00
chaiscript_engine.hpp Get libc++ on ubuntu 14.04 working 2015-04-21 12:01:29 -06:00
chaiscript_eval.hpp Get libc++ on ubuntu 14.04 working 2015-04-21 12:01:29 -06:00
chaiscript_parser.hpp Get libc++ on ubuntu 14.04 working 2015-04-21 12:01:29 -06:00
chaiscript_prelude_docs.hpp Spelling corrections and comment fixes 2014-09-08 11:10:53 -06:00
chaiscript_prelude.chai Test optimizing the AST 2015-03-23 21:43:57 -06:00