This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: [C++ PATCH] Fix extern "C" function and namespace handling


On 06 Oct 2000 at 20:24 (-0700), Kriang Lerdsuwanakij wrote:
| Hi
| 
| The included patch fix the extern "C" function and namespace handling
| to comply with 7.5p6 of the standard.  Declarations for such functions
| in different namespaces are treated as the same function.  One
| definition rule is also enforced for these functions across the
| namespaces.

nice! works afaict.

thank you.
  brent


-- 
All opinions expressed are My own, unless otherwise attributed. In
presenting facts, I expressly reserve the right to be Wrong. Portions
of this message authored by Me are subject to the Free Thought License.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]