Workaround for compiler bug in MSVC 17.10#319
Open
andreasbuhr wants to merge 1 commit intoboostorg:developfrom
Open
Workaround for compiler bug in MSVC 17.10#319andreasbuhr wants to merge 1 commit intoboostorg:developfrom
andreasbuhr wants to merge 1 commit intoboostorg:developfrom
Conversation
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'
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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'