ldionne on gh-pages
Update benchmarks to 490dbf6 fo… (compare)
ldionne on gh-pages
Update benchmarks to 490dbf6 fo… (compare)
ldionne on gh-pages
Update benchmarks to 490dbf6 fo… (compare)
ldionne on gh-pages
Update benchmarks to 490dbf6 fo… (compare)
ldionne on gh-pages
Update benchmarks to 490dbf6 fo… (compare)
#include<type_traits>
template<int size, typename = void>
struct SizeChecker
{ };
template<int size>
struct SizeChecker<size,
std::enable_if_t<(size == 0)>>
{
static_assert(size == 0, "Does not contain anything");
};
template<int size>
struct SizeChecker<size,
std::enable_if_t<(size > 1)>>
{
static_assert(size > 1, "Contains duplicates");
};
int main()
{
constexpr int size = 1;
SizeChecker<size>{};
}
expensive.hpp
.
.pch
just like you can an object file.
push —force
ing to update the PR?