This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: [v3] std::tr1::array
Benjamin Kosnik <bkoz@redhat.com> writes:
| >I deleted members not mentioned in TR1, I'll be doing a thorough review
| >before I'm finished. There are still a few places that don't conform to
| >C++STYLE, and I have a few questions:
| >
| >Should I have put helpers in __gnu_cxx, or in e.g. __gnu_tr1 ?
|
| Wow. That's a good question. Do you think the helpers are generally
| useful? If so, I'd say __gnu_cxx. If not, I'd say __gnu_tr1.
Why don't we just put them in tr1::? -- as that is what the TR1
-- Gaby