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: libstdc++ not conforming with --enable-concepts-check?


Nathan Myers wrote:

Maybe std::queue shouldn't require DefaultConstructible, but isn't its
default container std::deque, and shouldn't deque be enforcing it? Why is it failing to do so?


Because deque (and vector, and so on...) individually have really **minimal**
concept checks, right now. We can endeavour working on this, if we (you?)
consider it a worthy project...


Paolo.


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