| 1721 | }; |
| 1722 | template <typename T> |
| 1723 | struct float_traits : float_traits_base<T, std::numeric_limits<T>::digits, std::numeric_limits<T>::digits10> |
| 1724 | {}; |
| 1725 | #if TOML_ENABLE_FLOAT16 |
| 1726 | template <> |
| 1727 | struct float_traits<_Float16> : float_traits_base<_Float16, __FLT16_MANT_DIG__, __FLT16_DIG__> |
nothing calls this directly
no outgoing calls
no test coverage detected