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]

Add C++-0x char* cotor and to_ullong to bitset


This little patch adds
  explicit bitset(const char*);
and
  unsigned long long to_ullong();
as per the working paper.

Bootstrapped and regtested on x86_64 Linux.

Ed

Attachment: CL_bitset_0x
Description: Binary data

Attachment: bitset_0x.patch
Description: Binary data


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