This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: init_priority across different namespaces


On Mon, May 6, 2013 at 3:30 PM, Sergey Kljopov <hlodvig@unipro.ru> wrote:
> Hi,
>
> Is init_priority affects initialization order across different namespaces?
> Means in the code (the same file)
> namespace x_sp { Foo a_x __attribute__ ((init_priority (2000))); }
> namespace y_sp { Foo a_y __attribute__ ((init_priority (1000))); }
> which object will be initialized first?

init_priority is global across all translation units.

Thanks,
Andrew

>
> Sergey Kljopov
>
>


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]