Euphoria
std.h
Go to the documentation of this file.
1// todo(Gustav): why is ostream and sstream part of the pch?
2#include <ostream>
3#include <sstream>
4
5// todo(Gustav): add unordered map?
6#include <string>
7#include <string_view>
8#include <vector>
9#include <array>
10#include <optional>
11using namespace std::literals::string_view_literals;