Hi, there,
I am getting internal error C1001 on one of the library header file. it points to the line inside the code:
template<class T1, class T2, class... T> using common_type_fold = common_type_t<common_type_t<T1, T2>, T...>;
Do anyone has some idea for how to fix it?
The program is on Visual Studio 2013.
Thank you for your input.
WZ