Skip to content

Workaround for compiler bug in MSVC 17.10#319

Open
andreasbuhr wants to merge 1 commit intoboostorg:developfrom
andreasbuhr:workaround_msvc_1710_bug
Open

Workaround for compiler bug in MSVC 17.10#319
andreasbuhr wants to merge 1 commit intoboostorg:developfrom
andreasbuhr:workaround_msvc_1710_bug

Conversation

@andreasbuhr
Copy link
Contributor

Merge this or discard this, as you like. My problem is solved, so I am happy either way. :-)

fixes #318

Error message was
1>E:\ws\parser\include\boost\parser\detail\hl.hpp(176,1): fatal error C1001: Internal compiler error. 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'

Error message was
1>E:\ws\parser\include\boost\parser\detail\hl.hpp(176,1): fatal  error C1001: Internal compiler error.
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'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Boost.Parser not usable with MSVC 17.10

1 participant