mirror of
https://github.com/ChaiScript/ChaiScript.git
synced 2025-12-07 01:06:54 +08:00
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. |
||
|---|---|---|
| .. | ||
| callbacks.chai | ||
| eval.chai | ||
| example.cpp | ||
| for.chai | ||
| fun_call_performance.chai | ||
| fun_call_performance.cpp | ||
| fun.chai | ||
| hello.chai | ||
| if.chai | ||
| inheritance.cpp | ||
| lambda.chai | ||
| loop_break.chai | ||
| memory_leak_test.cpp | ||
| oper.chai | ||
| range.chai | ||
| scope.chai | ||
| vector.chai | ||
| while.chai | ||