You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 5, 2018. It is now read-only.
The proper use is not "static inline" in the header, but plain "inline" in the header and a single extern non-inline declaration in exactly one translation unit to backfill the global symbol. Unlike previous assumptions it's not necessary to replicate the definition in the backfill unit.
The proper use is not "static inline" in the header, but plain "inline" in the header and a single extern non-inline declaration in exactly one translation unit to backfill the global symbol. Unlike previous assumptions it's not necessary to replicate the definition in the backfill unit.