-
- Downloads
[!15] - replace unicode char with ascii space
Merge branch 'remove_non_ascii_chars' into 'master' ref:copasi/dune-copasi - 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>'` See merge request [!15] [!15]: gitlab.dune-project.org/copasi/dune-copasi/merge_requests/15
No related branches found
No related tags found
Please register or sign in to comment