//
// This file is part of
//
// CTBignum
//
// C++ Library for Compile-Time and Run-Time Multi-Precision and Modular Arithmetic
//
//
// This file is distributed under the Apache License, Version 2.0. See the LICENSE
// file for details.
#ifndef CT_CONFIG_HPP
#define CT_CONFIG_HPP
#define CBN_ALWAYS_INLINE [[gnu::always_inline]]
#endif