index
:
CMake.git
master
release
CMake is a cross-platform, open-source build system generator.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Tests
/
CompileFeatures
/
cxx_unicode_literals.cpp
blob: a7b7df0cd264fc3351c0f067f989e86556d899b7 (
plain
)
1
2
3
const
char16_t lit_16
[] =
u
"
\u00DA
"
;
const
char32_t lit_32
[] =
U
"
\u00DA
"
;