stdex
Additional custom or not Standard C++ covered algorithms
Loading...
Searching...
No Matches
UnitTests
pch.h
1
/*
2
SPDX-License-Identifier: MIT
3
Copyright © 2023 Amebis
4
*/
5
6
#pragma once
7
8
#define SECURITY_WIN32
9
#define _WINSOCKAPI_
// Prevent inclusion of winsock.h in windows.h
10
11
#include <stdex/base64.hpp>
12
#include <stdex/errno.hpp>
13
#include <stdex/exception.hpp>
14
#include <stdex/hex.hpp>
15
#include <stdex/idrec.hpp>
16
#include <stdex/interval.hpp>
17
#include <stdex/mapping.hpp>
18
#include <stdex/parser.hpp>
19
#include <stdex/progress.hpp>
20
#include <stdex/sal.hpp>
21
#include <stdex/sgml.hpp>
22
#include <stdex/string.hpp>
23
#include <stdex/vector_queue.hpp>
24
25
#include <CppUnitTest.h>
Generated on Mon Jul 17 2023 12:56:53 for stdex by
1.9.7