|
IceShard 1
A personal game engine project, with development focused on 2D/2.5D games.
|
Go to the source code of this file.
Namespaces | |
| namespace | ice |
| SPDX-License-Identifier: MIT. | |
| namespace | ice::build |
| namespace | ice::build::validation |
Variables | |
| static constexpr char const | ice::build::validation::ascii_string [] = "hello" |
| (ASCII) String value used to validate the use of '/utf-8' or '–utf8' compiler flags. | |
| static constexpr char const | ice::build::validation::utf8_string [] = "こんにちは" |
| (UTF8) String value used to validate the use of '/utf-8' or '–utf8' compiler flags. | |
| static constexpr char8_t const | ice::build::validation::utf8_string_explicit [] = u8"こんにちは" |
| (UTF8) String value used to validate built-in utf8 support. | |