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++/79980] Possible bug in codecvt.cpp bitmask setting code


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79980

--- Comment #7 from Steve Kargl <sgk at troutmask dot apl.washington.edu> ---
On Thu, Mar 16, 2017 at 05:13:51PM +0000, redi at gcc dot gnu.org wrote:
> 
> --- Comment #6 from Jonathan Wakely <redi at gcc dot gnu.org> ---
> It's just a dumb error where I used a typedef that was previously defined, the
> fix is:
> 
>   static underlying_type<codecvt_mode>::type
>   to_integer(codecvt_mode m)
>   { return static_cast<underlying_type<codecvt_mode>::type>(m); }

I have zero working knowledge of C++.  The above isn't a diff,
so I have no idea what I should do with this.  Are you going to
fix this anytime soon?

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