AP
Size: a a a
AP
AP
VD
template <typename Bool>
void foo(Bool flag)
{
static_assert(std::is_same_v<Bool, bool>,
"geez your passing size_t again, sunovabinch?")
}
AP
AP
template <typename Bool>
void foo(Bool flag)
{
static_assert(std::is_same_v<Bool, bool>,
"geez your passing size_t again, sunovabinch?")
}
AP
AP
AP
void foo(size_t) = delete;
AP
AP
VD
void foo(size_t) = delete;
VD
AP
0
template <typename Bool>
void foo(Bool flag)
{
static_assert(std::is_same_v<Bool, bool>,
"geez your passing size_t again, sunovabinch?")
}
VD
VD
VD
G