blob: 69e4cad71824e72237d5eaf26b6ced2cdc1ce585 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
#pragma once
// STL "forwarding" for the poor
#include <cstddef>
#include <string>
#include <string_view>
#include <utility>
#include <vector>
#include <list>
#include <deque>
#include <map>
#include <set>
#include <functional>
|