• 0 Posts
  • 75 Comments
Joined 10 months ago
cake
Cake day: August 26th, 2023

help-circle

















  • uis@lemm.eetoProgrammer Humor@programming.devC++
    link
    fedilink
    arrow-up
    1
    ·
    edit-2
    25 days ago

    I think some of those abominational constructs were for compile-time errors. Inline visibility macro is for reducing bynary size, allowing additional optimizations and improving performance and load time.

    In my projects I set default visibility to hidden.