diff --git a/v1/vc-7_1-stlport-tools.jam b/v1/vc-7_1-stlport-tools.jam index 6cffa6e79..c87cde07d 100644 --- a/v1/vc-7_1-stlport-tools.jam +++ b/v1/vc-7_1-stlport-tools.jam @@ -22,6 +22,7 @@ VC_PDB_NAME = vc71 ; feature native-wchar_t : off on ; flags vc-7_1-stlport CFLAGS : /Op ; +flags vc-7_1-stlport C++FLAGS : /wd4675 ; # Don't warn about the use of ADL flags vc-7_1-stlport C++FLAGS : /Zc:forScope ; flags vc-7_1-stlport C++FLAGS on : /Zc:wchar_t ; diff --git a/v1/vc-7_1-tools.jam b/v1/vc-7_1-tools.jam index cb9090d85..7529d6725 100644 --- a/v1/vc-7_1-tools.jam +++ b/v1/vc-7_1-tools.jam @@ -15,6 +15,7 @@ VC_PDB_NAME = vc71 ; feature native-wchar_t : on off ; flags vc-7_1 CFLAGS : /Op ; +flags vc-7_1 C++FLAGS : /wd4675 ; # Don't warn about the use of ADL flags vc-7_1 C++FLAGS : /Zc:forScope ; flags vc-7_1 C++FLAGS on : /Zc:wchar_t ;