This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: symbol versioning, take 2


Phil Edwards <phil@jaj.com> writes:

>       std::[A-Za-z]*                  ;
>       std::__throw_*                  ;
>       std::__basic_file*              ;
>       #std::__convert_to_*             ;
>       std::__num_base*                ;
>       std::__timepunct*

A ';' missing here.  And remove the white spaces before the ';'.
Everywhere.  I'll not guarantee that they will be ignored forever.

-- 
---------------.                          ,-.   1325 Chesapeake Terrace
Ulrich Drepper  \    ,-------------------'   \  Sunnyvale, CA 94089 USA
Red Hat          `--' drepper at redhat.com   `------------------------


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]