ALib C++ Framework
by
Library Version: 2605 R0
Documentation generated by doxygen
Loading...
Searching...
No Matches
exception.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;
9#include <vector>
10#include <algorithm>
11#include <any>
13//============================================= Imports ============================================
14module ALib.Exceptions;
15 import ALib.Lang;
16 import ALib.Strings;
18 import ALib.Boxing;
19 import ALib.EnumRecords;
21# if ALIB_SYSTEM
22 import ALib.System;
23# endif
24# if ALIB_FORMAT
25 import ALib.Format;
27# endif
28# if ALIB_CAMP
29 import ALib.Camp.Base;
30# endif
31//========================================== Implementation ========================================
33#include "exception.cpp"
#define ALIB_ALLOW_IMPLEMENTATION_INCLUSION
#define ALIB_POP_ALLOWANCE