We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a010023 commit ef90b61Copy full SHA for ef90b61
1 file changed
include/dynlibutils/module.hpp
@@ -35,7 +35,7 @@
35
# define DYNLIB_COMPILE_TIME_EXPR constexpr
36
#endif
37
38
-#define INVALID_DYNLIB_BYTE (~0)
+constexpr uint8_t INVALID_DYNLIB_BYTE = 0xFFu;
39
40
namespace DynLibUtils {
41
0 commit comments