1 /* Copyright (c) 2002,2003 CrystalClear Software, Inc. 2 * Use, modification and distribution is subject to the 3 * Boost Software License, Version 1.0. (See accompanying 4 * file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt) 5 * Author: Jeff Garland, Bart Garst 6 */ 7 8 #include "boost/date_time/posix_time/posix_time.hpp" 9 #include "../testfrmwk.hpp" 10 11 int main()12main() 13 { 14 //This has been deprecated for testtime_formatters.cpp 15 return 0; 16 17 } 18 19