testformatters.cpp 445 B

123456789101112131415161718
  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. #include "boost/date_time/posix_time/posix_time.hpp"
  8. #include "../testfrmwk.hpp"
  9. int
  10. main()
  11. {
  12. //This has been deprecated for testtime_formatters.cpp
  13. return 0;
  14. }