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: [C++ PATCH] C++0x static assertions


> If we don't care to use static_assert inside libstdc++ (or we want to
> fall back to library-only solutions when we're not in C++0x mode),
> yes, we can simplify. I'm CC'ing libstdc++; if anyone wants to use
> static_assert in the library, they should speak up :)

My preference is for simple implementations. We'll figure out how to
deal with the consequences, which I think will be minor.

-benjamin


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