2017-11-25 01:05:14 +04:00
|
|
|
/*
|
|
|
|
This file is part of Telegram Desktop,
|
2018-01-03 13:23:14 +03:00
|
|
|
the official desktop application for the Telegram messaging service.
|
2017-11-25 01:05:14 +04:00
|
|
|
|
2018-01-03 13:23:14 +03:00
|
|
|
For license and copyright information please follow this link:
|
|
|
|
https://github.com/telegramdesktop/tdesktop/blob/master/LEGAL
|
2017-11-25 01:05:14 +04:00
|
|
|
*/
|
|
|
|
#pragma once
|
|
|
|
|
|
|
|
namespace ranges {
|
|
|
|
inline namespace v3 {
|
|
|
|
namespace {
|
|
|
|
|
|
|
|
constexpr auto &&make_iterator_range = make_range;
|
|
|
|
|
|
|
|
} // namespace
|
|
|
|
} // inline namespace v3
|
|
|
|
} // namespace ranges
|