Skip to content

Instantly share code, notes, and snippets.

@gonidelis
Created June 16, 2020 11:46
Show Gist options
  • Save gonidelis/e0ee0756ca6abc70acfb51880b7f2c38 to your computer and use it in GitHub Desktop.
Save gonidelis/e0ee0756ca6abc70acfb51880b7f2c38 to your computer and use it in GitHub Desktop.
feature check test for disable_sized_sentinel_for
#include <disable_sized_sentinel_for>
int main()
{
inline constexpr bool b = std::disable_sized_sentinel_for<void, void>;
return 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment