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: tr1::regex boilerplate


Paolo Carlini wrote:

Could you possibly send me the issue details?

No problem, already fixed in my local copy. Anyway, those "" + a spurious typename in regex_traits::length. And of course I had to adjust formatting.

Ah yes, I also had to tweak the namespace games. Currently we have:


namespace std
{
_GLIBCXX_BEGIN_NAMESPACE(_GLIBCXX_TR1)

...

Paolo.


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