I am working Visual Studio 2013 and boost 1.60.
When I try to build a project, an error occurred, as seen below:
boost\type_traits\common_type.hpp(42): fatal error C1001: An internal error has occurred in the compiler.
After googling around, it seems that, there is a bug in VC compiler, as explained in the following link: https://svn.boost.org/trac/boost/ticket/11885
The solution suggested is to update Visual Studio, which leads to updating MSVC.
However, after I updated Visual Studio to update 5, it seems that the MSVC is not updated, the version of MSVC is still 18.00.21005.1, which is supposed to be updated to 18.00.31101. Therefore, the error happened in the compiling is still there.
Is there anything I have missed? Thanks for your help in advance.