Commit 8879d13
committed
Made
For functions (not objects):
- If it was declared both `constexpr` and `inline`, removed `inline` (redundant)
- Otherwise, if it was not declared `constexpr` and all compilers agree it could be, added `constexpr`
- Otherwise, if it was a nonmember function that was not declared `inline`, added `inline`
Resolves thread starting here: 963f06f#commitcomment-143114319
Thanks @bluetarpmedia and @JohelEGP !cpp2util.h functions constexpr/inline
1 parent 5249b47 commit 8879d13
File tree
3 files changed
+104
-104
lines changed- include
- regression-tests/test-results
- source
3 files changed
+104
-104
lines changed
0 commit comments