Jason Turner 78cd980067 Work around broken Apple clang implementation
This line of code does not cause an error on clang-3.4 or clang-3.5
on Linux. Apple's clang is somewhere between the two, no way to know
where.

For an unknown reason, specifying default move operations in 'Data'
causes the compiler to think that Boxed_Value is an incomplete type.

This is highly illogical since Data is only used via a shared_ptr, so
the size / type of Boxed_Value should be fully known (and is known on
every other compiler/platform combination).
2014-10-01 15:49:11 -06:00
..
dispatchkit Work around broken Apple clang implementation 2014-10-01 15:49:11 -06:00
language dispatchkit modernization 2014-10-04 22:59:52 -06:00
utility Modernization of chaiscript_parser 2014-10-04 09:37:33 -06:00
chaiscript_defines.hpp Update version number to 5.4.0, update releasenotes 2014-08-31 19:45:07 -06:00
chaiscript_stdlib.hpp Apply corrections from the "include what you use" tool 2014-05-10 18:41:11 -06:00
chaiscript_threading.hpp Fix thread-unsafe builds 2014-05-09 15:55:29 -06:00
chaiscript.hpp Merge branch 'develop' of https://github.com/ChaiScript/ChaiScript into develop 2014-09-08 11:11:35 -06:00