Boost.Parser not usable with MSVC 17.10
- Dominant language
- C++
- Stars
- 182
- Forks
- 28
- PR merge metrics
- No merged PRs in 30d
Description
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()`
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.