__attribute__(flatten)
2023-12-20 21:23:00.0225+01 by Dan Lyke 0 comments
Today I learned about C++ inlining with _attribute_, because apparently
(flatten)inline isn't enough of an indication of what you really want...
(And, yes, that's a problem with my parser and underscore quoting. Deal.)