Add C++17 deduction guide for std::basic_regex (P0433R2, partial)
authorJonathan Wakely <jwakely@redhat.com>
Wed, 7 Jun 2017 15:43:54 +0000 (16:43 +0100)
committerJonathan Wakely <redi@gcc.gnu.org>
Wed, 7 Jun 2017 15:43:54 +0000 (16:43 +0100)
commitbfd88d1df1c57ef5ad3ed34bbb1672359d4eaabf
treea594a0868225358bcc6ff9f4604556ca49b1696b
parentd840779ff4ea300b162c4ab45ff6c81ea7303bce
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.

From-SVN: r248990
libstdc++-v3/ChangeLog
libstdc++-v3/include/bits/regex.h
libstdc++-v3/testsuite/28_regex/basic_regex/ctors/deduction.cc [new file with mode: 0644]