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:
@@ -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 ;
|
||||
|
||||
|
||||
@@ -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 ;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user