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: [PATCH] Apply DR235 correctly: reverse_iterator default ctor.


Nathan, this looks fine. 

Usually, _GLIBCPP_RESOLVE_LIB_DEFECTS is used to mark this kind of stuff.

-benjamin

>2003-06-05  Nathan Myers  <ncm-nospam@cantrip.org>
>
>	* include/bits/stl_iterator.h (reverse_iterator::reverse_iterator()):
>	Apply DR235: default constructor default-initializes data member.
>	Instantiated on a pointer type, the member has to end up equal
>	to zero.


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