
Markus Schöpflin wrote:
Johan Råde wrote:
I have uploaded a new version to the Vault. All 3 problems have been fixed, I hope. Please test again.
No luck:
cxx: Error: ../fpclassify.hpp, line 86: identifier "T" is undefined + sizeof(T) - 4, -------------------------^ cxx: Error: ../fpclassify.hpp, line 100: identifier "T" is undefined + sizeof(T) - 4, -------------------------^ cxx: Info: 2 errors detected in the compilation of "test.cpp". .../long_double_mask.cpp: cxx: Error: ../fpclassify.hpp, line 86: identifier "T" is undefined + sizeof(T) - 4, -------------------------^ cxx: Error: ../fpclassify.hpp, line 100: identifier "T" is undefined + sizeof(T) - 4, -------------------------^ cxx: Info: 2 errors detected in the compilation of "../long_double_mask.cpp".
Compilation exited abnormally with code 1 at Thu Oct 12 10:37:34
Markus
_______________________________________________ Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost
It's a typo. Replace the T on these two lines by long double. I have fixed it in the Vault too. --Johan