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

Enable argument-dependent lookup.

[SVN r18647]
This commit is contained in:
Dave Abrahams
2003-06-02 13:41:08 +00:00
parent 35ba02304d
commit e6f3d31a6f
2 changed files with 6 additions and 0 deletions

View File

@@ -41,6 +41,9 @@ version ?= [ MATCH .*[\\/][Cc][Oo][Mm][Pp][Ii][Ll][Ee][Rr]([0-9])[0-9][\\/].* :
# Reduce the number of spurious error messages
C++FLAGS += /Qwn5 /Qwd985 ;
# Enable ADL
C++FLAGS += -Qoption,c,--arg_dep_lookup ;
if $(version) <= 5
{
# remove options unrecognized by Intel5

View File

@@ -41,6 +41,9 @@ version ?= [ MATCH .*[\\/][Cc][Oo][Mm][Pp][Ii][Ll][Ee][Rr]([0-9])[0-9][\\/].* :
# Reduce the number of spurious error messages
C++FLAGS += /Qwn5 /Qwd985 ;
# Enable ADL
C++FLAGS += -Qoption,c,--arg_dep_lookup ;
if $(version) <= 5
{
# remove options unrecognized by Intel5