On Tue Jun 20 2017 04:25:40 GMT-0400 (Eastern Daylight Time), John Maddock via Boost-users <boost-users@lists.boost.org> wrote:
On 19/06/2017 16:22, Connie Zhang via Boost-users wrote: > 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?
Yes: make sure your Visual Studio has all the latest patches applied, as I recall this was fixed in one of the updates (update 4 is the latest I believe).
HTH, John.
> > The program is on Visual Studio 2013. > > Thank you for your input. > > WZ > > Sent from Yahoo Mail. Get the app <