[cfe-dev] enable fastcall on variadic function
Shang Yu
yusunn at gmail.com
Wed Jul 18 20:05:53 PDT 2012
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!
More information about the cfe-dev
mailing list