| 2715 | |
| 2716 | TOML_PURE_INLINE_GETTER |
| 2717 | friend constexpr bool operator>(const date_time& lhs, const date_time& rhs) noexcept |
| 2718 | { |
| 2719 | return !(lhs <= rhs); |
| 2720 | } |
| 2721 | |
| 2722 | TOML_PURE_INLINE_GETTER |
| 2723 | friend constexpr bool operator>=(const date_time& lhs, const date_time& rhs) noexcept |
nothing calls this directly
no outgoing calls
no test coverage detected