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

Use lambdas instead of std::fun_ptr, to get free C++17 compatibility. #366

Closed amensel closed 4 years ago

amensel commented 4 years ago

Swaps out old-fashioned std::fun_ptr for a lambda-based alternative that's compatible up-to and including C++17.

Jinming-Hu commented 4 years ago

/azp run

azure-pipelines[bot] commented 4 years ago
No pipelines are associated with this pull request.
Jinming-Hu commented 4 years ago

/azp run

azure-pipelines[bot] commented 4 years ago
No pipelines are associated with this pull request.
Jinming-Hu commented 4 years ago

/azp run

azure-pipelines[bot] commented 4 years ago
No pipelines are associated with this pull request.
Jinming-Hu commented 4 years ago

/azp run

azure-pipelines[bot] commented 4 years ago
No pipelines are associated with this pull request.