mirror of
https://github.com/NVIDIA/nvbench.git
synced 2026-05-01 20:21:13 +00:00
Clean up formatting.
This commit is contained in:
@@ -87,8 +87,7 @@ struct test_prepend_each
|
||||
struct test_empty_cartesian_product
|
||||
{
|
||||
using prod = nvbench::tl::cartesian_product<nvbench::type_list<>>;
|
||||
static_assert(
|
||||
std::is_same_v<prod, nvbench::type_list<nvbench::type_list<>>>);
|
||||
static_assert(std::is_same_v<prod, nvbench::type_list<nvbench::type_list<>>>);
|
||||
};
|
||||
|
||||
struct test_single_cartesian_product
|
||||
|
||||
Reference in New Issue
Block a user