Jason Turner 2e72fde0ba Horrible workaround for libc++
Libc++ appears to have a problem with dynamic_casting between types
where one of them is a template that has been forward declared. This is
the only case that I see this problem coming up.

Due to the existing interdependencies between header files, I *must*
forward declare the Assignable_Proxy_Function_Impl. I don't see any
other way around this than to work around the standard library bug.
2015-04-29 13:39:57 -06:00
..
dispatchkit Horrible workaround for libc++ 2015-04-29 13:39:57 -06:00
language Attempt better data layout of AST_Node 2015-04-28 08:56:20 -06:00
utility Code simplifications and spelling fixes found by clion 2015-04-27 08:09:31 -06: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