A tale in 3 pictures. In which our hero wonders if he can and doesn't stop to ask if he should.
A tale in 3 pictures. In which our hero wonders if he can and doesn't stop to ask if he should.
@citizen428 I mean it has simple uses too, like adding simple include statements in any file, or, as you've shown, macros.
I've used it to make a lockfile for my Containerfile, and I'd just build using cpp -E <file> | docker build -f- <...>