Open seanbaxter opened 4 years ago
Thanks, this is being tracked internally via ticket {DRQS 164056378
@AlisdairM Do these patches https://github.com/bloomberg/bde/pull/268 address this?
Yes, I believe those should address the pointer
issue until the internal QAed branch lands.
I'm getting a build error at bslstl_bitset.t.cpp:1140
It took a long time to debug, but I have some info for you: That code tries to get typename std::allocator::pointer.
See /usr/include/c++/10/bits/allocator.h:115
pointer removed!
Possible I need to change my BDE cmake stuff to support libstdc++-10 with a 2020 __cplusplus macro.
Please advise.