r267798 - in /branches/gcc-8-branch/libstdc++-v...
redi@gcc.gnu.org
redi@gcc.gnu.org
Thu Jan 10 09:47:00 GMT 2019
Author: redi
Date: Thu Jan 10 09:47:49 2019
New Revision: 267798
URL: https://gcc.gnu.org/viewcvs?rev=267798&root=gcc&view=rev
Log:
Remove bare 'throw' expression that breaks -fno-exceptions build
This is debugging code that wasn't meant to be left in, and prevents
building the filesystem TS library with -fno-exceptions. It was already
removed from trunk months aog, this removes it from the branch too.
* src/filesystem/std-path.cc (path::remove_filename()): Remove debug
check that prevents building with -fno-exceptions.
Modified:
branches/gcc-8-branch/libstdc++-v3/ChangeLog
branches/gcc-8-branch/libstdc++-v3/src/filesystem/std-path.cc
More information about the Libstdc++-cvs
mailing list