Add C++17 deduction guide for std::basic_regex (P0433R2, partial)
commit4bb28e46497f0819f5e3c4264cab7bbbd712b757
authorredi <redi@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 7 Jun 2017 15:43:54 +0000 (7 15:43 +0000)
committerredi <redi@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 7 Jun 2017 15:43:54 +0000 (7 15:43 +0000)
treea594a0868225358bcc6ff9f4604556ca49b1696b
parent478a417bada5bf762659e94cdc8bebac8e7ecc52
Add C++17 deduction guide for std::basic_regex (P0433R2, partial)

* include/bits/regex.h (basic_regex): Add deduction guide from P0433.
* testsuite/28_regex/basic_regex/ctors/deduction.cc: New.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@248990 138bc75d-0d04-0410-961f-82ee72b054a4
libstdc++-v3/ChangeLog
libstdc++-v3/include/bits/regex.h
libstdc++-v3/testsuite/28_regex/basic_regex/ctors/deduction.cc [new file with mode: 0644]