ALib C++ Library
Library Version: 2510 R0
Documentation generated by doxygen
Loading...
Searching...
No Matches
bitbuffer.prepro.hpp
Go to the documentation of this file.
1//==================================================================================================
2/// \file
3/// This header-file is part of the \aliblong.
4///
5/// \emoji :copyright: 2013-2025 A-Worx GmbH, Germany.
6/// Published under \ref mainpage_license "Boost Software License".
7//==================================================================================================
8#ifndef HPP_ALIB_BITBUFFER_PP
9#define HPP_ALIB_BITBUFFER_PP
10#pragma once
11#ifndef INL_ALIB
12# include "alib/alib.inl"
13#endif
14
15// #################################################################################################
16// Symbols introduced by module ALib.BitBuffer
17// #################################################################################################
18
19// ALIB_DEBUG_ARRAY_COMPRESSION
20#if ALIB_BITBUFFER
21# if !defined(ALIB_DEBUG_ARRAY_COMPRESSION)
22# define ALIB_DEBUG_ARRAY_COMPRESSION ALIB_DEBUG
23# elif !ALIB_DEBUG && ALIB_DEBUG_ARRAY_COMPRESSION
24# undef ALIB_DEBUG_ARRAY_COMPRESSION
25# define ALIB_DEBUG_ARRAY_COMPRESSION 0
26# pragma message "Symbol ALIB_DEBUG_ARRAY_COMPRESSION set (from outside!) while ALIB_DEBUG is not. The symbol got disabled."
27# endif
28#else
29# define ALIB_DEBUG_ARRAY_COMPRESSION 0
30#endif
31
32#endif // HPP_ALIB_BITBUFFER_PP
33