Boost logo

Boost Users :

Subject: [Boost-users] compiling error C1001 for common_type.hpp on boost_1_64_0
From: Connie Zhang (czhangs716_at_[hidden])
Date: 2017-06-19 15:22:57


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

Sent from Yahoo Mail. Get the app



Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net