bloomberg / bde

Basic Development Environment - a set of foundational C++ libraries used at Bloomberg.
Apache License 2.0
1.67k stars 316 forks source link

Fixed assignment of prvalue char to char* #256

Closed seanbaxter closed 4 years ago

seanbaxter commented 4 years ago

Don't know why this isn't caught with gcc. d_data_p is a member of the non-dependent base TestType. However explicit instantiation of LargeBitwiseMoveableTestType manifests the error with gcc.

RMGiroux commented 4 years ago

Thanks Sean - we're looking at this internally as internal PR 2743.

RMGiroux commented 4 years ago

Internal PR merged. I'm leaving this open just to see if it auto-closes when the internal->external sync happens.