10 #include <gtest/gtest.h> 25 TEST(StaticString, concat_literals)
32 static_assert(ab.size() == 6,
"***");
33 EXPECT_EQ(ab[0],
'f');
34 EXPECT_EQ(ab[5],
'r');
37 TEST(StaticString, concat_multi)
45 auto abc = ab +
literal(
"more");
46 static_assert(abc.size() == (6 + 4),
"***");
50 static_assert(abba.size() == 2 * 6,
"***");
52 const char*
s = abba.c_str();
typedef void(APIENTRYP PFNGLBLENDCOLORPROC)(GLclampf red
GLubyte GLubyte GLubyte a