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

comment that c works for c++, too

[SVN r21373]
This commit is contained in:
Beman Dawes
2003-12-22 21:18:53 +00:00
parent bb7682289a
commit 9511480226

View File

@@ -42,7 +42,7 @@ version ?= [ MATCH .*[\\/][Cc][Oo][Mm][Pp][Ii][Ll][Ee][Rr]([0-9])[0-9][\\/].* :
C++FLAGS += /Qwn5 /Qwd985 ;
# Enable ADL
C++FLAGS += -Qoption,c,--arg_dep_lookup ;
C++FLAGS += -Qoption,c,--arg_dep_lookup ; #"c" works for C++, too
if $(version) <= 5
{