Azure / azure-storage-cpp

Microsoft Azure Storage Client Library for C++
http://azure.github.io/azure-storage-cpp
Apache License 2.0
131 stars 147 forks source link

Do we really need boost locale? #410

Closed bemehiser closed 2 years ago

bemehiser commented 2 years ago

Boost locale is required by CMake when building. However, I don't see any references to it anywhere, and have been able to build without the boost locale component by removing the reference. Locale is a pain to build on some obscure architectures.

If azure-storage-cpp doesn't actually use boost locale, I'd like to remove it.

(If it's not required, I'll open a pull request. Just seeking input before I do that.)

bemehiser commented 2 years ago

Apparently boost::log requires boost::locale.