https://github.com/Kitware/CMake
Raw File
Tip revision: 62942969062fcc9f24ca057b6983532a973cfad6 authored by Brad King on 28 November 2018, 11:49:16 UTC
CMake 3.13.1
Tip revision: 6294296
cxx_unicode_literals.cpp

/* clang-format off */
const char16_t lit_16[] = u"\u00DA";
const char32_t lit_32[] = U"\u00DA";
/* clang-format on */
back to top