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

Patch to compile with Apple Clang 11 in C++17 mode #257

Closed AlisdairM closed 4 years ago

AlisdairM commented 4 years ago

When compiling natively on macOS with the latest Apple Clang compiler (v11) there are a small number of compile errors induced by the pickier compiler. This patch resolves all compile failures on my own machine. I have built and run all packages and test drivers.

osubboo commented 4 years ago

Create PR 2745 in the internal repo.

cppguru commented 4 years ago

Please withdraw this. We have these fixes already in house and will be on public github in about an hour.

AlisdairM commented 4 years ago

An equivalent patch has now been landed.