https://codereview.appspot.com/561390043/diff/567180043/lily/include/smobs.hh
File lily/include/smobs.hh (right):

https://codereview.appspot.com/561390043/diff/567180043/lily/include/smobs.hh#newcode312
lily/include/smobs.hh:312: static size_t count;
It seems that this is initialized to zero because it is static, but if
it simply had an "= 0", I wouldn't have had to go refresh my memory with
a web search.

Is it correct that there are no static Smobs anywhere in the program? 
If there were, it would be responsible to spend some time checking
whether this could be affected by the "static initialization order
fiasco."  (Maybe you already have.)

https://codereview.appspot.com/561390043/

Reply via email to