Fix initialization of static members
In particular, some members were declared but not defined, which sometimes causes a linker error. See #806 for more discussion.
Showing
+79 -26
Please register or sign in to comment
In particular, some members were declared but not defined, which sometimes causes a linker error. See #806 for more discussion.