This commit is contained in:
Laurent Rineau 2022-06-20 09:37:10 +02:00
parent 3bd55ca2b2
commit 429c7646bd
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ using std::memory_order_seq_cst;
using std::atomic_thread_fence; using std::atomic_thread_fence;
} } } }
#else #else
# define CGAL_NO_ATOMIC "No atomic because CGAL_NO_THREADS is defined." # define CGAL_NO_ATOMIC "No atomic because CGAL_HAS_NO_THREADS is defined."
#endif // CGAL_HAS_THREADS #endif // CGAL_HAS_THREADS
#endif // CGAL_ATOMIC_H #endif // CGAL_ATOMIC_H