blob: 07246ddca52ae6e29cc6c7faad74ecda7f0957d3 (
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>
|