Re: C Standard Libraries

2024-10-15 Thread Joel Sherrill via Gcc
On Tue, Oct 15, 2024 at 11:15 AM Kyrylo Tkachov via Gcc wrote: > > > > On 15 Oct 2024, at 18:09, Bryon Quackenbush via Gcc > wrote: > > > > External email: Use caution opening links or attachments > > > > > > Does anyone know where in the GCC hierarchy that I can find > implementation > > code f

Re: C Standard Libraries

2024-10-15 Thread Kyrylo Tkachov via Gcc
> On 15 Oct 2024, at 18:09, Bryon Quackenbush via Gcc wrote: > > External email: Use caution opening links or attachments > > > Does anyone know where in the GCC hierarchy that I can find implementation > code for standard C library functions like fgetc / fputs, etc, or would > that be outsi

Re: C++ Standard Question

2015-01-23 Thread Joel Sherrill
On 1/23/2015 10:59 AM, Jonathan Wakely wrote: > On 23/01/15 10:53 -0600, Joel Sherrill wrote: >> Is there a better way to automate a signature compliance? To tweak >> what they have done? > Testing member function signatures for compliance is inherently > flawed, they just shouldn't do it. > > I w

Re: C++ Standard Question

2015-01-23 Thread Jonathan Wakely
On 23/01/15 10:53 -0600, Joel Sherrill wrote: Is there a better way to automate a signature compliance? To tweak what they have done? Testing member function signatures for compliance is inherently flawed, they just shouldn't do it. I would say they should be testing that the function can be c

Re: C++ Standard Question

2015-01-23 Thread Joel Sherrill
On 1/23/2015 9:55 AM, Jonathan Wakely wrote: > On 22/01/15 16:07 -0600, Joel Sherrill wrote: >> On 1/22/2015 3:44 PM, Marc Glisse wrote: >>> On Thu, 22 Jan 2015, Joel Sherrill wrote: >>> I think this is a glibc issue but since this method is defined in the C++ standards, I thought there

Re: C++ Standard Question

2015-01-23 Thread Jonathan Wakely
On 22/01/15 16:07 -0600, Joel Sherrill wrote: On 1/22/2015 3:44 PM, Marc Glisse wrote: On Thu, 22 Jan 2015, Joel Sherrill wrote: I think this is a glibc issue but since this method is defined in the C++ standards, I thought there were plenty of language lawyers here. :) s/glibc/libstdc++/ an

Re: C++ Standard Question

2015-01-22 Thread Joel Sherrill
On 1/22/2015 3:44 PM, Marc Glisse wrote: > On Thu, 22 Jan 2015, Joel Sherrill wrote: > >> I think this is a glibc issue but since this method is defined in the C++ >> standards, I thought there were plenty of language lawyers here. :) > s/glibc/libstdc++/ and they have their own ML. Thank you. >

Re: C++ Standard Question

2015-01-22 Thread Marc Glisse
On Thu, 22 Jan 2015, Joel Sherrill wrote: I think this is a glibc issue but since this method is defined in the C++ standards, I thought there were plenty of language lawyers here. :) s/glibc/libstdc++/ and they have their own ML. That's deprecated, isn't it? class strstreambuf : publ

Re: C++ standard

2006-02-03 Thread Perry Smith
On Feb 3, 2006, at 1:52 PM, Joe Buck wrote: On Fri, Feb 03, 2006 at 07:56:23PM +0100, andrzej wrote: Hello, I am sorry if this is the wrong address for tihis question, but I couldn't find any other. In the manual pages I couldn't find the information whether GCC supports the ISO C++ standar

Re: C++ standard

2006-02-03 Thread Joe Buck
On Fri, Feb 03, 2006 at 07:56:23PM +0100, andrzej wrote: > Hello, > > I am sorry if this is the wrong address for tihis question, but I > couldn't find any other. > In the manual pages I couldn't find the information whether GCC supports > the ISO C++ standard as described in ISO/IEC 14882. > E.