Add <CGAL/atomic.h> and CGAL_CAN_USE_CXX11_ATOMIC#642
Merged
sloriot merged 5 commits intoCGAL:masterfrom Jan 21, 2016
Merged
Conversation
- Change the way the macros `CGAL_CAN_USE_CXX11_THREAD_LOCAL` and `CGAL_CAN_USE_CXX11_MUTEX` are defined, so that other compilers are also supported. - Add the macro `CGAL_CAN_USE_CXX11_ATOMIC` and the header `<CGAL/atomic.h>`.
Member
Author
|
Merged in CGAL-4.8-Ic-101. |
Member
|
Unless I'm wrong, all the runtimes errors in 101 are due to this branch |
Member
|
My bad, problems come from the branch modifying CORE. |
Member
|
Merged in CGAL-4.8-Ic-103 |
The implementation is simplified. If no implementation of `::atomic` is available, `CGAL_NO_ATOMIC` is defined to an error message (replaced the `#error`).
Member
|
Merged in CGAL-4.8-Ic-104 |
sloriot
added a commit
that referenced
this pull request
Jan 21, 2016
…TOMIC-lrineau Add <CGAL/atomic.h> and CGAL_CAN_USE_CXX11_ATOMIC
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
CGAL_CAN_USE_CXX11_THREAD_LOCALandCGAL_CAN_USE_CXX11_MUTEXare defined, so that other compilers arealso supported.
CGAL_CAN_USE_CXX11_ATOMICand the header<CGAL/atomic.h>.