diff --git a/intel-win32-tools.jam b/intel-win32-tools.jam index 549f56129..c50a4ec56 100644 --- a/intel-win32-tools.jam +++ b/intel-win32-tools.jam @@ -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 diff --git a/v1/intel-win32-tools.jam b/v1/intel-win32-tools.jam index 549f56129..c50a4ec56 100644 --- a/v1/intel-win32-tools.jam +++ b/v1/intel-win32-tools.jam @@ -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