This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC 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]

[Bug libstdc++/21770] rebinding allocator::value type vs. container::value_type


------- Additional Comments From pcarlini at suse dot de  2005-05-26 20:50 -------
Actually, we already have the machinery, in concept-checks ;) Would be:

  __glibcxx_class_requires2(_Tp, typename _Alloc::value_type, _SameTypeConcept)

on top of each container.

-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21770


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