From e6f3d31a6fca5267708fbefdb82ecdf5e3fca285 Mon Sep 17 00:00:00 2001 From: Dave Abrahams Date: Mon, 2 Jun 2003 13:41:08 +0000 Subject: [PATCH] Enable argument-dependent lookup. [SVN r18647] --- intel-win32-tools.jam | 3 +++ v1/intel-win32-tools.jam | 3 +++ 2 files changed, 6 insertions(+) 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