18#ifndef itkTestNumericLocale_h
19#define itkTestNumericLocale_h
28inline constexpr const char *
const commaDecimalLocales[] = {
"de_DE.UTF-8",
"fr_FR.UTF-8",
"nl_NL.UTF-8",
29 "it_IT.UTF-8",
"de-DE",
"German_Germany.1252",
30 "French_France.1252" };
37#if defined(__APPLE__) || defined(_WIN32)
47 return "No decimal-comma locale installed, so the locale-independent parse and format paths were "
48 "NOT exercised on this runner. Install e.g. de_DE.UTF-8 (Linux: locale-gen) to cover them.";
bool CommaDecimalLocaleIsExpected()
std::string NoCommaDecimalLocaleMessage()
constexpr const char *const commaDecimalLocales[]