generated from cpp-best-practices/cmake_template
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Reduce verbosity with modern idioms (#2)
* Use CTAD and deduction guides to reduce verbosity of some constructions. Rename namespace chain to chains * 🎨 Committing clang-format changes * Use recursive lambda pattern to improve result_type_helper and expand * 🎨 Committing clang-format changes * Variadic result type * 🎨 Committing clang-format changes --------- Co-authored-by: Clang Robot <[email protected]>
- Loading branch information
1 parent
06baff8
commit ff26876
Showing
7 changed files
with
375 additions
and
343 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.