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
..
any.hpp Enable warnings (and fix up some things) 2015-01-14 21:07:40 -07:00
bad_boxed_cast.hpp Get ready for 5.6.0 release 2015-01-17 07:05:10 -07:00
bind_first.hpp Get libc++ on ubuntu 14.04 working 2015-04-21 12:01:29 -06:00
bootstrap_stl.hpp Get libc++ on ubuntu 14.04 working 2015-04-21 12:01:29 -06:00
bootstrap.hpp Get libc++ on ubuntu 14.04 working 2015-04-21 12:01:29 -06:00
boxed_cast_helper.hpp Fix double pointer cast test 2015-04-07 11:09:47 -06:00
boxed_cast.hpp Reduce the number of exceptions created at runtime 2015-03-25 13:36:02 -06:00
boxed_number.hpp Get return_value_handling fully working 2015-04-10 09:32:01 -06:00
boxed_value.hpp Boxed_Value changes necessary for libc++ 2015-04-20 20:30:25 -06:00
dispatchkit.hpp Get return_value_handling fully working 2015-04-10 09:32:01 -06:00
dynamic_object_detail.hpp Reduce exceptions on startup to minimum 2015-04-06 13:17:41 -06:00
dynamic_object.hpp Get ready for 5.6.0 release 2015-01-17 07:05:10 -07:00
exception_specification.hpp Get ready for 5.6.0 release 2015-01-17 07:05:10 -07:00
function_call_detail.hpp Get ready for 5.6.0 release 2015-01-17 07:05:10 -07:00
function_call.hpp Get ready for 5.6.0 release 2015-01-17 07:05:10 -07:00
handle_return.hpp Attempt to create the concept of "return values" 2015-04-07 13:54:38 -06:00
operators.hpp Get ready for 5.6.0 release 2015-01-17 07:05:10 -07:00
proxy_constructors.hpp Reduce versions of shared_ptr created 2015-03-23 13:44:40 -06:00
proxy_functions_detail.hpp Get ready for 5.6.0 release 2015-01-17 07:05:10 -07:00
proxy_functions.hpp Fixes array access with arithmetic conversions 2015-04-06 07:21:32 -06:00
register_function.hpp Get libc++ on ubuntu 14.04 working 2015-04-21 12:01:29 -06:00
type_conversions.hpp Apply some IIFE to reduce copies 2015-03-29 21:58:14 -06:00
type_info.hpp Various code cleanups 2015-01-31 10:10:35 -07:00