boostorg / function_types

Boost.org function_types module
http://boost.org/libs/function_types
7 stars 38 forks source link

(non)member_ccs(_exact) fail on gcc 4.8, clang 3.9 #5

Open pdimov opened 7 years ago

pdimov commented 7 years ago

See f.ex. here: https://travis-ci.org/boostorg/boost/builds/285667073

eldiener commented 7 years ago

I am aware of this failure. I am looking into removing the build for the custom calling convention tests when the particular compiler does not support the required custom calling convention. It does look like the particular Travis CI tests should succeed if the compilation is 32-bit ( i386 is defined under gcc ), so I am at a loss trying to understand why the particular tests fail. But in general the only way of removing this particular failure is to not perform the custom calling conventions tests when they are inappropriate for the compiler.