From 1284ccd3cfee85f0ce2f477df41cb43033bc4429 Mon Sep 17 00:00:00 2001 From: Kevin Strobel Date: Wed, 25 Oct 2023 22:24:53 +0200 Subject: [PATCH] C++17: Class template argument deduction (#131) * C++17: Class template argument deduction Fixed the user-defined deduction guide. * Update README --- CPP17.md | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CPP17.md b/CPP17.md index f26c059..0e0da39 100644 --- a/CPP17.md +++ b/CPP17.md @@ -383,7 +383,7 @@ struct container { }; // deduction guide -template