mal-packet-weaver
C++20 packet serialization/deserialization library.
Loading...
Searching...
No Matches
format.hpp
Go to the documentation of this file.
1
#pragma once
6
#if __has_include(<format>)
7
#include <format>
8
#elif __has_include(<experimental/format>)
9
#include <experimental/format>
10
namespace
std
11
{
12
namespace
format = std::experimental::format;
13
}
// namespace std
14
#else
15
#error "Missing format library"
16
#endif
std
STL namespace.
third_party
mal-toolkit
mal-toolkit
mal-toolkit
include
format.hpp
Generated on Sun Jul 14 2024 00:02:52 for mal-packet-weaver by
1.11.0