Subject: Re: [Boost-users] Problem using Boost regex
From: John Maddock (john_at_[hidden])
Date: 2009-12-08 06:01:34


> In the meantime (just out of curiosity) what is the significance of the
> letter "g" in:-
>
> libboost_regex-vc80-mt-gd-1_40.lib

See
http://www.boost.org/doc/libs/1_41_0/more/getting_started/windows.html#library-naming

HTH, John.