From mboxrd@z Thu Jan 1 00:00:00 1970 From: Gabriel Dos Reis To: pme@gcc.gnu.org Cc: gcc-prs@gcc.gnu.org Subject: Re: libstdc++/3026 Date: Thu, 07 Jun 2001 05:46:00 -0000 Message-id: <20010607124604.3808.qmail@sourceware.cygnus.com> X-SW-Source: 2001-06/msg00225.html List-Id: The following reply was made to PR libstdc++/3026; it has been noted by GNATS. From: Gabriel Dos Reis To: cate@dplanet.ch Cc: Gabriel Dos Reis , pme@gcc.gnu.org, gcc-gnats@gcc.gnu.org Subject: Re: libstdc++/3026 Date: 07 Jun 2001 14:44:41 +0200 Giacomo Catenazzi writes: | Gabriel Dos Reis wrote: | > | > Giacomo Catenazzi writes: | > | | > | Ok, but there is also the main problem: | > | why not to change also ::acosl into std::acosl (and this change | > | for few other math functions) ? | > | > Ideally we should be doing something to that effect. But the details | > and issues aren't tht crystal clear -- trust me, we're working on | > fixes. | > | > -- Gaby | | An other problem: Should '#include ' define functions/classes | in std namespace, without exporting it in global namespace? | Now and are the same, and both use global | namespace. There is nothing named specified by C++. The standard header defines its entities only in namespace std. I strongly suggest you stick to those standard interfaces. -- Gaby CodeSourcery, LLC http://www.codesourcery.com