14 lines
197 B
C++
14 lines
197 B
C++
#pragma once
|
|
|
|
#include <tl/expected.hpp>
|
|
|
|
|
|
#include <cstring>
|
|
#include <fstream>
|
|
|
|
#if __has_include("memory_resource")
|
|
#include <rublon/std.hpp>
|
|
#else
|
|
#include <rublon/std_experimental.hpp>
|
|
#endif
|