<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Fri, Oct 2, 2015 at 10:50 AM, Rafael EspĂ­ndola <span dir="ltr"><<a href="mailto:rafael.espindola@gmail.com" target="_blank">rafael.espindola@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">> It is OK for now. We don't do multi-threading soon. We probably want to have a init() function for each file which initialize static members. We can do that later.<br>
<br>
</span>It should be possible to statically initialize this somehow, but need<br>
to look deeper a bit on why just<br>
<br>
template <class ELFT><br>
typename DefinedAbsolute<ELFT>::Elf_Sym<br>
DefinedAbsolute<ELFT>::IgnoreUndef = {0, 0, ..., 2, 0... };<br>
<br>
Doesn't compile.<br></blockquote><div><br></div><div>I don't really like that initializer though because I don't remember the total number or the order of the members.</div></div></div></div>