check to see if date is one of the infinity values
| 119 | } |
| 120 | //! check to see if date is one of the infinity values |
| 121 | BOOST_CONSTEXPR bool is_infinity() const |
| 122 | { |
| 123 | return traits_type::is_inf(days_); |
| 124 | } |
| 125 | //! check to see if date is greater than all possible dates |
| 126 | BOOST_CONSTEXPR bool is_pos_infinity() const |
| 127 | { |
no outgoing calls
no test coverage detected