Skip to content

Boost.Parser not usable with MSVC 17.10 #318

@andreasbuhr

Description

@andreasbuhr

Unfortunately, due to a bug in MSVC, Boost.Parser is not usable with MSVC 17.10.

The error message is:

1>  (compiler file 'msc1.cpp', line 1593)
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>  INTERNAL COMPILER ERROR in 'C:\Program Files\Microsoft Visual Studio\18\Insiders\VC\Tools\MSVC\14.40.33807\bin\HostX64\x64\CL.exe'

The problem is reported to Microsoft and fixed in newer versions of MSVC.
https://developercommunity.visualstudio.com/t/Latest-MSVC-compiler-1710-crash-when-/10665085

Unfortunately, poor me has to use MSVC 17.10 for reasons. So I'll invest some time to circumvent this MSVC bug.
If anyone knows anything about the problem that could help me, I'd appreciate if you shared your insights. The issue arises somewhere inside of seq_parser::make_temp_result()

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions