Skip to content

Commit 0a591da

Browse files
committed
Define UINT macros
1 parent 8ded45b commit 0a591da

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

include/boost/decimal/detail/config.hpp

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -325,4 +325,9 @@ typedef unsigned __int128 uint128_t;
325325
# endif
326326
#endif
327327

328+
#ifdef BOOST_DECIMAL_BUILD_MODULE
329+
# define UINT64_C(x) (x ## ULL)
330+
# define UINT32_C(x) (x ## UL)
331+
#endif
332+
328333
#endif // BOOST_DECIMAL_DETAIL_CONFIG_HPP

0 commit comments

Comments
 (0)