This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: The standard library version in g++
On Sun, 1 Jun 2003 16:02:37 +0300, "Alex Vinokur" <alexvn@connect.to> wrote:
> "Phil Edwards" <phil@jaj.com> wrote in message 20030601080611.GA9178@disaster.jaj.com">news:20030601080611.GA9178@disaster.jaj.com...
>> On Sun, Jun 01, 2003 at 07:33:18AM +0300, Alex Vinokur wrote:
>> >
>> > How can we know what is version of the standard library of g++?
>>
>> g++ -v
>> g++ --version
>>
>
> g++ -v and g++ --version show the g++ version but not the standard _library_ version.
g++ and libstdc++ are released together, so the versions should match.
Jason