Quantcast
Channel: Tools
Viewing all articles
Browse latest Browse all 93319

Forum Post: RE: Designated Initializers of const structures

$
0
0

It's target dependent, and I'm not a C2000 expert.  Generically, a C++ const static storage duration object with a non-trivial constructor would not be direct-initialized.  For C6000, a near const static storage duration object would be placed in .bss and would not be direct-initialized.


Viewing all articles
Browse latest Browse all 93319

Trending Articles