Tags for concurrency

This commit is contained in:
Clement Jamin 2013-02-06 18:15:25 +01:00
parent d1f65375c0
commit cd83c4680a
1 changed files with 3 additions and 0 deletions

View File

@ -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.