2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-31 06:26:18 +00:00

Use upstream range-v3 on MSVC.

The build works using MSVS 15.9 and latest range-v3 code.
This commit is contained in:
John Preston
2018-11-14 17:20:24 +04:00
parent d3a261de89
commit 60103f7ad6
7 changed files with 1 additions and 32 deletions

View File

@@ -54,9 +54,6 @@ https://github.com/telegramdesktop/tdesktop/blob/master/LEGAL
#include <optional>
#include <range/v3/all.hpp>
#ifdef Q_OS_WIN
#include "platform/win/windows_range_v3_helpers.h"
#endif // Q_OS_WIN
// Ensures/Expects.
#include <gsl/gsl_assert>