Vector Class Discussion

 
thread MSVC 2013 fails to compile for vectormath_exp.h - HolyWu - 2015-03-01
last reply MSVC 2013 fails to compile for vectormath_exp.h - Agner - 2015-03-02
 
MSVC 2013 fails to compile for vectormath_exp.h
Author: HolyWu Date: 2015-03-01 06:36
Hi Agner,

When "vectormath_exp.h" is included, MSVC 2013 gives the following compilation error for lines 1342, 1358, 1555, and 1572 of vectormath_exp.h.
C2794: 'type' : is not a member of any direct or indirect base class of 'std::enable_if<false,float>'

The version of VCL is 1.16. Thank you very much.

Best regards,
HolyWu

   
MSVC 2013 fails to compile for vectormath_exp.h
Author: Agner Date: 2015-03-02 01:32
Try to remove #include <windows.h> from your code.
I will fix this problem in the next update