mpd/src/time
Rosen Penev 6ec5089cc9 remove std::make_pair
make_pair is an old C++98 function that can be replaced by modern
shorter constructs.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-09-07 21:13:22 -07:00
..
Calendar.hxx time/Math: new library 2020-11-30 21:55:05 +01:00
ChronoUtil.hxx util/Time*: move to time/ 2019-12-16 23:02:14 +01:00
ClockCache.hxx use [[gnu::pure]] instead of gcc_pure 2021-02-12 18:34:16 +01:00
Convert.cxx use [[gnu::pure]] instead of gcc_pure 2021-02-12 18:34:16 +01:00
Convert.hxx use [[gnu::pure]] instead of gcc_pure 2021-02-12 18:34:16 +01:00
FileTime.hxx time/FileTime: move code to SystemClock.hxx 2021-08-10 19:53:53 +02:00
ISO8601.cxx remove std::make_pair 2021-09-07 21:13:22 -07:00
ISO8601.hxx use [[gnu::pure]] instead of gcc_pure 2021-02-12 18:34:16 +01:00
Math.cxx time/Math: new library 2020-11-30 21:55:05 +01:00
Math.hxx use [[gnu::pure]] instead of gcc_pure 2021-02-12 18:34:16 +01:00
meson.build time/Math: new library 2020-11-30 21:55:05 +01:00
Parser.cxx replace assert.h with cassert 2020-03-12 15:25:38 -07:00
Parser.hxx time/Convert: fallback TimeGm() implementation 2019-12-16 23:24:38 +01:00
SystemClock.hxx time/FileTime: move code to SystemClock.hxx 2021-08-10 19:53:53 +02:00