commit c8c015acb94db5ca116415faf4a1efd2894a9cc6 parent 9ade4d2bf47d35a7f527d42824bb5238cdeff61d Author: [email protected] <[email protected]> Date: Tue, 26 Jul 2016 20:10:07 +0300 bitness_const: return const T& Diffstat:
M | include/kfr/base/types.hpp | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/kfr/base/types.hpp b/include/kfr/base/types.hpp @@ -642,7 +642,7 @@ constexpr size_t widthof() } template <typename T> -constexpr inline T bitness_const(T x32, T x64) +constexpr inline const T& bitness_const(const T& x32, const T& x64) { #ifdef KFR_ARCH_X64 (void)x32;