mirror of https://github.com/CGAL/cgal
Tags for concurrency
This commit is contained in:
parent
d1f65375c0
commit
cd83c4680a
|
|
@ -54,6 +54,9 @@ struct Null_functor {
|
|||
typedef Null_tag second_argument_type;
|
||||
};
|
||||
|
||||
// For concurrency
|
||||
struct Sequential_tag {};
|
||||
struct Parallel_tag {};
|
||||
|
||||
// A function that asserts a specific compile time tag
|
||||
// forcing its two arguments to have equal type.
|
||||
|
|
|
|||
Loading…
Reference in New Issue