Chris@16: #ifndef DATE_TIME_SPECIAL_DEFS_HPP__ Chris@16: #define DATE_TIME_SPECIAL_DEFS_HPP__ Chris@16: Chris@16: /* Copyright (c) 2002,2003 CrystalClear Software, Inc. Chris@16: * Use, modification and distribution is subject to the Chris@16: * Boost Software License, Version 1.0. (See accompanying Chris@16: * file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt) Chris@16: * Author: Jeff Garland Chris@101: * $Date$ Chris@16: */ Chris@16: Chris@16: namespace boost { Chris@16: namespace date_time { Chris@16: Chris@16: enum special_values {not_a_date_time, Chris@16: neg_infin, pos_infin, Chris@16: min_date_time, max_date_time, Chris@16: not_special, NumSpecialValues}; Chris@16: Chris@16: Chris@16: } } //namespace date_time Chris@16: Chris@16: Chris@16: #endif Chris@16: