OSSIA
Open Scenario System for Interactive Application
to_string.hpp
1 #pragma once
2 #include <ossia/detail/config.hpp>
3 
4 #if defined(OSSIA_HAS_FMT)
5 #include <ossia/detail/fmt.hpp>
6 namespace ossia
7 {
8 using fmt::to_string;
9 }
10 #else
11 namespace ossia
12 {
13 using std::to_string;
14 }
15 #endif
Definition: git_info.h:7