VS2019 - C1001: внутренняя ошибка компиляции при использовании boost_1_76_0 [закрыто]

я получил C1001 ошибка при компиляции моего проекта с boost_1_76_0в Visual Studio 2019. Ускоренная сборка из командной строки VS 2019 прошла успешно. Однако при создании моего проекта в режиме отладки Win32 я получаю следующую ошибку. Может ли кто-нибудь помочь мне указать правильное направление?

      1><PATH>\boost_1_76_0\boost\operators.hpp(161,1): fatal error C1001: Internal compiler error.
1>(compiler file 'msc1.cpp', line 1588)
1> To work around this problem, try simplifying or changing the program near the locations listed above.
1>If possible please provide a repro here: https://developercommunity.visualstudio.com
1>Please choose the Technical Support command on the Visual C++
1> Help menu, or open the Technical Support help file for more information
1><PATH>\boost_1_76_0\boost\operators.hpp(141): message : see reference to class template instantiation 'boost::operators_impl::equality_comparable2<T,U,B>' being compiled
1>        with
1>        [
1>            T=boost::serialization::version_type,
1>            U=unsigned int,
1>            B=boost::operators_impl::operators_detail::empty_base<boost::serialization::version_type>
1>        ]

1>INTERNAL COMPILER ERROR in 'C:\Program Files (x86)\Microsoft Visual Studio\2019\Professional\VC\Tools\MSVC\14.28.29910\bin\HostX86\x86\CL.exe'

0 ответов

Другие вопросы по тегам