Hacker News new | ask | show | jobs
by foonathan 3329 days ago
There are attributes like `[[gnu::always_inline]]` for GCC and clang.
1 comments

Yes, but they aren't portable.

You can work around this using per-compiler macros, which I guess is another reason why CPP is to stay.