help-gplusplus
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Which standard library implementation is used?


From: Alex Vinokur
Subject: Re: Which standard library implementation is used?
Date: Wed, 21 Jul 2004 07:42:56 +0300

"Guy Harrison" <swamp-DEL-dog@ntlworld.com> wrote in message 
news:fn5kdc.jc8.ln@sd-if.swampdog...
> Alex Vinokur wrote:
>
> > How can we know which standard library implementation is used while
> > compiling?
>
> Doesn't matter as it's "standard" but I see from the link that they're on
> about stuff like STLPort etc. Well, that's for you to know. If you didn't
> specifically install anything unusual then it won't be using it. Bog
> standard cygwin uses same gnu STL as g++ anywhere else. Ditto C libs,
> cygwin uses either newlib or libiberty (I forget which) whereas linux
> typically uses glibc but again that's irrelevent as they're all "standard",
> and again you'll know specifically which flavour via any -std=c?? option
> passed. You're using the gnu 3.3.1 STL implementation.
>

Is it possible to get information about standard library implementation with 
using some option of g++?

$ g++ -<some option about standard library implementation>


-- 
   Alex Vinokur
     http://mathforum.org/library/view/10978.html
     http://sourceforge.net/users/alexvn







reply via email to

[Prev in Thread] Current Thread [Next in Thread]