Skip to content

Instantly share code, notes, and snippets.

@gonidelis
Created June 12, 2020 11:33
Show Gist options
  • Save gonidelis/c317591a6d3a44522b528563dfb45314 to your computer and use it in GitHub Desktop.
Save gonidelis/c317591a6d3a44522b528563dfb45314 to your computer and use it in GitHub Desktop.
Check wether `is_sentinel_for` works with begin / end iterator pair
HPX_TEST_MSG((hpx::traits::is_sentinel_for<std::vector<int>::iterator,
std::vector<int>::iterator>::value == true),
"iterator being / end pair");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment