aboutsummaryrefslogtreecommitdiffstats
path: root/util/generic/typelist.cpp
blob: 275b565ddbf516f859c30e9a702f2aabc8290799 (plain) (blame)
1
2
3
4
5
#include "typelist.h"

static_assert(
    TSignedInts::THave<char>::value,
    "char type in Arcadia must be signed; add -fsigned-char to compiler options");