-
- Downloads
int.h: Refer to `int#_t` types with global namespace in C++
When referencing `int#_t` and `uint#_t` types in `KWIML_INT_*_t` macros, use an explicit `::` in C++ to reference the global namespace. This allows the macros to be used inside other namespaces even if they have typedefs for the types too.
Please register or sign in to comment