On 04/27/2012 10:01 AM, Nick Sabalausky wrote:
...
- Why "static this"? Seems like a strange choice since it'll run before the
main that (I assume) vibed automatically provides - and in an undefined
order relative to all other module ctors.


This is not true. The order is defined as far it matters for static initialisation. I think this is perfectly fine.

Reply via email to