mirror of
https://github.com/ChaiScript/ChaiScript.git
synced 2026-01-01 03:12:23 +08:00
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). |
||
|---|---|---|
| .. | ||
| any.hpp | ||
| bad_boxed_cast.hpp | ||
| bind_first.hpp | ||
| bootstrap_stl.hpp | ||
| bootstrap.hpp | ||
| boxed_cast_helper.hpp | ||
| boxed_cast.hpp | ||
| boxed_number.hpp | ||
| boxed_value.hpp | ||
| dispatchkit.hpp | ||
| dynamic_cast_conversion.hpp | ||
| dynamic_object.hpp | ||
| exception_specification.hpp | ||
| function_call_detail.hpp | ||
| function_call.hpp | ||
| handle_return.hpp | ||
| operators.hpp | ||
| proxy_constructors.hpp | ||
| proxy_functions_detail.hpp | ||
| proxy_functions.hpp | ||
| register_function.hpp | ||
| type_info.hpp | ||