1
0
Fork 0
mirror of https://github.com/bolero-MURAKAMI/Sprout synced 2025-08-03 12:49:50 +00:00

add packer [n4144]

This commit is contained in:
bolero-MURAKAMI 2014-10-22 10:04:41 +09:00
parent bba5813733
commit ff3a85cf55
7 changed files with 293 additions and 0 deletions

15
sprout/ctime.hpp Normal file
View file

@ -0,0 +1,15 @@
/*=============================================================================
Copyright (c) 2011-2014 Bolero MURAKAMI
https://github.com/bolero-MURAKAMI/Sprout
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
=============================================================================*/
#ifndef SPROUT_CTIME_HPP
#define SPROUT_CTIME_HPP
#include <sprout/config.hpp>
#include <sprout/ctime/difftime.hpp>
#include <sprout/ctime/to_time_t.hpp>
#endif // #ifndef SPROUT_CTIME_HPP