RE: GCC Decimal128 class

2024-01-23 Thread Ming Cheng via Gcc
https://gcc.gnu.org/onlinedocs/gcc-13.2.0/libstdc++/api/a10385.html should be the latest. I thought there is a std::string/char* constructor. -Original Message- From: Ming Cheng Sent: Wednesday, January 24, 2024 2:20 PM To: Jonathan Wakely Cc: GCC Development Subject: RE: GCC Decimal128

GCC Decimal128 class

2024-01-22 Thread Ming Cheng via Gcc
Hi GCC, Seems Janis is not at IBM. Wondering someone from GCC can help my question? Thanks Ming. From: Ming Cheng Sent: Monday, January 22, 2024 3:18 PM To: janis...@us.ibm.com Subject: GCC Decimal128 class Hi Janis Johnson, I want to test GCC Decimal128 class. This is my code: #include

A possible make_shared bug

2019-10-09 Thread Ming Cheng
Hi GCC developers: Assume I have a class: Class FOO { Public: void* operator new(size_t size); void* operator new(size_t size, const std::nothrow_t &) noexcept; void operator delete(void *doomed,size_t size); void* operator new [](size_t size); void operator delete [](void*