|
|
|
|
|
by jchb
2962 days ago
|
|
Did you try with optimisations enabled? Here is a (trivial) program comparing gcc output between -std=c++14 and -std=c++17: https://godbolt.org/g/VLDhYf.
Note that the output code size with -std=c++17 is significantly larger without optimisations (default), but it is identical with optimisations turned on! |
|
I would love to post my code snippets from back then, but Im not home currently and the time Im back home I guess nobody will care about this anymore :D. Maybe I put it into an article.