fmt/include/fmt/time.h
2019-03-14 18:07:42 -07:00

16 lines
325 B
C

// Formatting library for C++ - time formatting
//
// Copyright (c) 2012 - present, Victor Zverovich
// All rights reserved.
//
// For the license information refer to format.h.
#ifndef FMT_TIME_H_
#define FMT_TIME_H_
#include "chrono.h"
#warning fmt/time.h is deprecated, use fmt/chrono.h instead
#endif // FMT_TIME_H_