| 329 | // Determine if the specified absolute time is positive infinity. |
| 330 | template <typename Time_Type> |
| 331 | static bool is_positive_infinity(const Time_Type&) |
| 332 | { |
| 333 | return false; |
| 334 | } |
| 335 | |
| 336 | // Determine if the specified absolute time is positive infinity. |
| 337 | template <typename T, typename TimeSystem> |