-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use C++11 synchronization classes under macOS too (#1342)
There doesn't seem to be any reason to prefer using Boost libraries to standard C++ classes under macOS, so use the latter ones unconditionally on this platform too, just as it was already done for the other Unix systems. This notably avoids dependencies on the compiled Boost libraries, which don't have to be compiled before building C++ REST SDK any more.
- Loading branch information
Showing
1 changed file
with
9 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters