saleyn / eixx

Erlang C++ Interface
Apache License 2.0
137 stars 26 forks source link

avoid using size of non-static data member #12

Closed Altren closed 9 years ago

Altren commented 9 years ago

sizeof non-static data member doesnt't compile with clang for some reason. This change is not enough to compile eixx with clang, but now it is possible to use eixx headers in project that builds with clang. Fixes #4