You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I get following error message: oglplus/error/deferred_handler.ipp(17): error C2144: syntax error: 'void' should be preceded by ';'
because OGLPLUS_LIB_FUNC is not defined as <oglplus/config/basic.hpp> is not included in deferred_handler.ipp or deferred_handler.hpp.
Adding #include <oglplus/config/basic.hpp> to deferred_handler.hpp fixes the error.
The text was updated successfully, but these errors were encountered:
I get following error message:
oglplus/error/deferred_handler.ipp(17): error C2144: syntax error: 'void' should be preceded by ';'
because
OGLPLUS_LIB_FUNC
is not defined as<oglplus/config/basic.hpp>
is not included indeferred_handler.ipp
ordeferred_handler.hpp
.Adding
#include <oglplus/config/basic.hpp>
todeferred_handler.hpp
fixes the error.The text was updated successfully, but these errors were encountered: