Hi dear all,
I'm compiling code using boost, got following error :
E:\SRC\LIBS\boost_1_49_0\boost/type_traits/detail/is_mem_fun_pointer_tester.hpp:
99:39: error:
variadic function cannot use fastcall calling convention
yes_type is_mem_fun_pointer_tester(R (__fastcall T::*const volatile*)( ...));
Is there a commandline option to turn off this error ? Many thanks!