-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"too few template arguments" on eagine::index_enum_value template #3
Comments
(worked around be prepending |
Thanks for the info. I'll install MSVC15, GLFW and GLEW and if I manage to get oglplu2 going without too much gymnastics I'll push the changes. |
Thanks, that would be appreciated! Though I would understand if it turns out to be too much of a pain. |
OK, I've created a new branch |
Thanks Matus! That is great news, and I'm gonna try this out as soon as On 1/6/2016 10:53 AM, Matus Chochlik wrote:
|
It seems there are two versions of
indexed_enum.hpp
, each in its own namespace. For some reason though, the compiler seems to pick the wrong one when trying to compile line 50 ofinclude/oglplus/enum/utils/limited_value.hpp
.I do not understand how that is possible, as the line reporting the error is clearly inside the
oglplus
namespace. I'm going to investigate a bit more though.The text was updated successfully, but these errors were encountered: