ALib C++ Framework
by
Library Version: 2605 R0
Documentation generated by doxygen
Loading...
Searching...
No Matches
lang.mod.cpp
1//##################################################################################################
2// ALib C++ Framework
3//
4// Copyright 2013-2026 A-Worx GmbH, Germany
5// Published under 'Boost Software License' (a free software license, see LICENSE.txt)
6//##################################################################################################
7//========================================= Global Fragment ========================================
8module;
10#if ALIB_DEBUG && !DOXYGEN
11# if defined(__GNUC__) || defined(__clang__)
12# include <cxxabi.h>
13# include <cassert>
14# endif
15# include <cstdlib>
16# if defined(_WIN32)
17# include <cstring>
18# endif
19#endif
20//============================================= Imports ============================================
21module ALib.Lang;
22//========================================== Implementation ========================================
24#include "dbgcriticalsections.cpp"
25#include "dbgtypedemangler.cpp"
26#include "mainargs.cpp"
#define ALIB_ALLOW_IMPLEMENTATION_INCLUSION
#define ALIB_POP_ALLOWANCE