mirror of https://github.com/mosra/magnum.git
Browse Source
Calling map<void>() was trying to instantiate ArrayView<void> through arrayCast<void>(), which is not possible (void has no size etc etc.). Casting the returned pointer directly instead. Thanks to @AndySomogyi for pointing this out.pull/280/head
2 changed files with 4 additions and 1 deletions
Loading…
Reference in new issue