2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-31 06:35:14 +00:00

Add base::optional as a wrapper of base::variant.

This commit is contained in:
John Preston
2017-08-14 13:38:23 +03:00
parent ae1dacb7d7
commit bca444b92e
10 changed files with 295 additions and 74 deletions

View File

@@ -65,6 +65,7 @@ Copyright (c) 2014-2017 John Preston, https://desktop.telegram.org
#include <gsl/gsl>
#include "base/variant.h"
#include "base/optional.h"
#include "base/algorithm.h"
#include "core/basic_types.h"