-
Notifications
You must be signed in to change notification settings - Fork 816
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix Boost's checking for new VS2017 Version 15.5.0
* Update 5 (dated Oct 2017) changes _MSC_VER to 1912. See https://blogs.msdn.microsoft.com/vcblog/2017/11/15/msvc-conformance-improvements-in-visual-studio-2017-version-15-5/ * This cause lots of compilation messages (neither Errors nor Warnings) with the text "Unknown compiler version - please run the configure tests and report the results". I have *not* reported this new issue to Boost.org (they will eventually catchup without my help) * This tiny patch will prevent those compilation messages until a newer version of Boost becomes available and WinMerge chooses to adopt it. * Since this has been a hard message to find twice now (previously with VS2017 15.3.0), I have added a new filter Boost to the Solution Explorer, containing a very small selection of boost configuration files. Boost itself is too large to include either completely, or even the reasonably small subset of boost files that WinMerge uses. * Mimic changes also for VS2015 to add the Boost filter to the Solution Explorer, even though this problem will never occur with VS2015
- Loading branch information
1 parent
4935eab
commit 5d35a5e
Showing
5 changed files
with
44 additions
and
1 deletion.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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