]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/libs/date_time/test/posix_time/testperiod.cpp
add subtree-ish sources for 12.0.3
[ceph.git] / ceph / src / boost / libs / date_time / test / posix_time / testperiod.cpp
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
6 */
7
8 #include <iostream>
9 #include "boost/date_time/posix_time/posix_time.hpp"
10 #include "boost/date_time/posix_time/time_period.hpp"
11 #include "../testfrmwk.hpp"
12
13 int main()
14 {
15
16 //FILE OBSOLETE: replace by testtime_period.cpp
17
18 return 1;
19 // return printTestStats();
20
21 }
22