Results 14 comments of Jakob Progsch

I'll probably have to change that. It seems not all compilers like the inlining of arrays like that. One quick fix is to just move the array out: ``` const...

It doesn't have to be a friend declaration though. You could instead add a "get_shared" member function to the class that just forwards to shared_from_this and then call that in...

Updated version with Manual entry: https://github.com/progschj/LuaBridge/commit/8d640ae7a20a444083b63bcb3912e80f9f09d75a I'm still not 100% sure about the name, so if anyone has a better idea please share.

From the WG call a "mipmapped array" could be represented by an `Array1D` of `Array2D` objects. It would then be up to the implementation to detect this pattern (probably once...