aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/src
diff options
context:
space:
mode:
authorJonathan Wakely <jwakely@redhat.com>2015-05-02 12:36:55 +0100
committerJonathan Wakely <redi@gcc.gnu.org>2015-05-02 12:36:55 +0100
commit5b244a78dc61f1461882f1a751b047ea81a8c2d5 (patch)
treee0f172d293542f75a45bc8f756591457bb273bfd /libstdc++-v3/src
parentcb2ef49e8387eb8b454e6d8d27c9909ca3964341 (diff)
downloadgcc-5b244a78dc61f1461882f1a751b047ea81a8c2d5.zip
gcc-5b244a78dc61f1461882f1a751b047ea81a8c2d5.tar.gz
gcc-5b244a78dc61f1461882f1a751b047ea81a8c2d5.tar.bz2
fs_path.h (filesystem_error::~filesystem_error): Declare.
* include/experimental/fs_path.h (filesystem_error::~filesystem_error): Declare. * src/filesystem/path.cc (filesystem_error::~filesystem_error): Define. From-SVN: r222720
Diffstat (limited to 'libstdc++-v3/src')
-rw-r--r--libstdc++-v3/src/filesystem/path.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/libstdc++-v3/src/filesystem/path.cc b/libstdc++-v3/src/filesystem/path.cc
index 7924732..a5441b9 100644
--- a/libstdc++-v3/src/filesystem/path.cc
+++ b/libstdc++-v3/src/filesystem/path.cc
@@ -26,6 +26,8 @@
using std::experimental::filesystem::path;
+std::experimental::filesystem::filesystem_error::~filesystem_error() = default;
+
constexpr path::value_type path::preferred_separator;
path&