This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: Determining libstdc++ version at compile time
- To: Craig Rodrigues <rodrigc at mediaone dot net>
- Subject: Re: Determining libstdc++ version at compile time
- From: Benjamin Kosnik <bkoz at redhat dot com>
- Date: Mon, 19 Mar 2001 18:32:07 -0800 (PST)
- cc: libstdc++ at gcc dot gnu dot org
in c++config.h:
#define __GLIBCPP__ 20010301
> What is the preferred method of determining the libstdc++
> version at compile time?