Skip to content

- replace unicode char with ascii space

Liam Keegan requested to merge remove_non_ascii_chars into master
  • was causing compile error with clang on linux for me due to '\xC2', '\xA0' chars not being constexpr:
    • Dune::Logging::format_string<char, 'T', 'i', 'm', 'e', ' ', 'S', 't', 'e', 'p', ' ', '{', ':', '.', '2', 'e', '}', ' ', '+', ' ', '{', ':', '.', '2', 'e', '}', '\xC2', '\xA0', '-', '>', ' ', '{', ':', '.', '2', 'e', '}'>, 0>'

Merge request reports