It appears as though dub does not recognize the fact that unsigned is nothing more than an alias to unsigned int. Please see the table located here: http://en.cppreference.com/w/cpp/language/types.
Even in the simplest of header file I get the following warning as a result of this fact not being recognized:
warning: Using unknown type 'unsigned' (parent = luaBinding).
It appears as though dub does not recognize the fact that unsigned is nothing more than an alias to unsigned int. Please see the table located here: http://en.cppreference.com/w/cpp/language/types.
Even in the simplest of header file I get the following warning as a result of this fact not being recognized: