From: <sv...@op...> - 2024-08-16 08:33:59
|
Author: manx Date: Fri Aug 16 10:33:52 2024 New Revision: 21472 URL: https://source.openmpt.org/browse/openmpt/?op=revision&rev=21472 Log: [Ref] mpt/base/floatingpoint.hpp: Rename to mpt/base/float.hpp, in order to better match C++23 <stdfloat>. Modified: trunk/OpenMPT/src/mpt/base/float.hpp Modified: trunk/OpenMPT/src/mpt/base/float.hpp ============================================================================== --- trunk/OpenMPT/src/mpt/base/float.hpp Fri Aug 16 10:29:55 2024 (r21471) +++ trunk/OpenMPT/src/mpt/base/float.hpp Fri Aug 16 10:33:52 2024 (r21472) @@ -1,7 +1,7 @@ /* SPDX-License-Identifier: BSL-1.0 OR BSD-3-Clause */ -#ifndef MPT_BASE_FLOATINGPOINT_HPP -#define MPT_BASE_FLOATINGPOINT_HPP +#ifndef MPT_BASE_FLOAT_HPP +#define MPT_BASE_FLOAT_HPP @@ -88,4 +88,4 @@ -#endif // MPT_BASE_FLOATINGPOINT_HPP +#endif // MPT_BASE_FLOAT_HPP |