Maipa's Standard Library Extension
1.5.6
mstd
Loading...
Searching...
No Matches
arithmetic_utils.hpp
1
/*
2
* mstd - Maipa's Standard Library
3
*
4
* Licensed under the BSD 3-Clause License with Attribution Requirement.
5
* See the LICENSE file for details: https://github.com/MAIPA01/mstd/blob/main/LICENSE
6
*
7
* Copyright (c) 2025, Patryk Antosik (MAIPA01)
8
*/
9
10
11
#
pragma
once
12
#
ifndef
_MSTD_ARITHMETIC_UTILS_HPP_
13
#
define
_MSTD_ARITHMETIC_UTILS_HPP_
14
15
#
include
<
mstd
/
config
.
hpp
>
16
17
#
if
!
_MSTD_HAS_CXX17
18
_MSTD_WARNING(
"this is only available for c++17 and greater!"
);
19
#
else
20
21
#
include
<
mstd
/
arithmetic_libs
.
hpp
>
22
23
#
endif
24
#
endif
_MSTD_HAS_CXX17
#define _MSTD_HAS_CXX17
Definition
config.hpp:45
mstd
include
arithmetic
mstd
arithmetic_utils.hpp
Generated by
1.16.1