summaryrefslogtreecommitdiff
path: root/src/third_party/fmt/dist/include/fmt/time.h
blob: 840c8cf766ef58541cfd757689715adc6b47f8f8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// 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_