This repository has been archived by the owner on Jun 9, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
adds atomic boost library for cppnetlib
- Loading branch information
Steve Plaza
committed
May 20, 2014
1 parent
c976e36
commit 069e908
Showing
1 changed file
with
3 additions
and
2 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
069e908
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This currently does not compile on OSX 10.9 Mavericks, with a bunch of those errors.
Is boost-atomic critical for any package?
069e908
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh sorry, it was not atomic, but Apple's update to
clang
that caused the error. I'll add a patch for this, see Homebrew/legacy-homebrew#27396.