This is the mail archive of the gcc-patches@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]

Re: [v3] PATCH to libstdc++ for forced unwind handling (c++/28145)


Hi,

! struct __ptr_guard
! {
! _CharT *p;
! __ptr_guard (_CharT *ip): p(ip) { }
! ~__ptr_guard() { delete[] p; }
! _CharT* __get() { return p; }
! } __pg (new _CharT[__clen]);


can you please uglify p -> __p and ip -> __ip?

Thanks,
Paolo.


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