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

Don't warn about the use of ADL

[SVN r29320]
This commit is contained in:
Dave Abrahams
2005-05-31 13:33:01 +00:00
parent 6dcf9f44a5
commit 61ca5d6812
2 changed files with 2 additions and 0 deletions

View File

@@ -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 <native-wchar_t>on : /Zc:wchar_t ;

View File

@@ -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 <native-wchar_t>on : /Zc:wchar_t ;