Actually, I keep the source code in two directories: the apl-svn/ that I update from you, and an apl/ folder.
Every time I update from SVN, I delete the apl/ folder and copy everything from the apl-svn one. So I always start completely clean. Unless I missed something? > On Jan 20, 2021, at 13:49, Dr. Jürgen Sauermann > <[email protected]> wrote: > > Hi Louis, > > the reson that the you got the warning only once is most likely you did no > make clean > (actually, you should) after svn up, so only Quad_XML.cc was recompiled. > > I have removed all instances of "using namespace std" now. SVN 1412. > > Best Regards, > Jürgen > > > On 1/18/21 10:07 PM, lchretien--- via Bugs and suggestions for GNU APL wrote: >> >> >>> On Jan 18, 2021, at 12:21, Dr. Jürgen Sauermann >>> <[email protected] <mailto:[email protected]>> >>> wrote: >>> >>> Hi Louis, >>> >>> thanks, lookd like the compiler guys were again busy with implementing new >>> stupid warnings. >>> >>> I remember that some time ago gcc would complain the other way around (when >>> "using namespace std" was missing as opposed to being present). >> >> But on Mac OS X, the default compiler is clang, so I guess it could be true. >> >>> >>> This one might actually haunt us for a while because there are many >>> "using namespace std" in the GNU APL code. >> >> Strange, because that is the only warning I got out of all the compiles. >> Maybe you were doing something a little different in Quad_XML.cc >> <http://quad_xml.cc/>? >> >>> >>> I also fixed the other warning, SVN 1405. >>> >>> Best Regards, >>> Jürgen >> >> >> --- >> Louis Chrétien >> [email protected] <mailto:[email protected]> >> >> >> >> > --- Louis Chrétien [email protected]
