Should be fixed now (since commit 89deb7b0142cb471e09ab6c70858fbdfabe441d1) on the current develop branch, will be merged with master during the next release.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hey,
I noticed that the oglplus::Expose function gives a compile error (Visual Studio 2012 express):
Changing ObjectOps to ObjectOps2 in the declaration of the Exposed class resolves the problem. So you get:
Not sure if this is a problem on your side or just the MS compiler that gets confused.
BTW: oglplus really cuts down on the hunting to a bad GL call, so thanks alot!. And keep up the good work of course :)
Regards,
Thomas
Last edit: Thomas 2013-05-26
Thanks for reporting this problem!
Should be fixed now (since commit 89deb7b0142cb471e09ab6c70858fbdfabe441d1) on the current develop branch, will be merged with master during the next release.