OSSIA
Open Scenario System for Interactive Application
Loading...
Searching...
No Matches
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
ossia
Definition
git_info.h:7
src
ossia
detail
to_string.hpp
Generated on Mon Mar 31 2025 23:58:28 for OSSIA by
1.9.8