2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-13 00:12:11 +00:00

Bump default compatibility to vc10. The impact is to eliminate warning about use of deprecated compiler switch /Op.

[SVN r75725]
This commit is contained in:
Beman Dawes
2011-11-29 13:17:40 +00:00
parent 013b43bdbb
commit 0fde20610d

View File

@@ -161,8 +161,8 @@ rule init ( version ? : # the compiler version
if ! $(compatibility)
{
# If there's no backend version, assume 7.1.
compatibility = vc7.1 ;
# If there's no backend version, assume 10.
compatibility = vc10 ;
}
local extract-version = [ MATCH ^vc(.*) : $(compatibility) ] ;