PR libstdc++/85843 fix "should be explicitly initialized" warnings
commit24f30330b46bb56d39cc538d5844ad3938c45b71
authorredi <redi@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 20 May 2018 23:50:08 +0000 (20 23:50 +0000)
committerredi <redi@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 20 May 2018 23:50:08 +0000 (20 23:50 +0000)
tree53f0deff02c7bfcdf421b990b38d9ff6c977bbf4
parente33458cd305739656d4eeba9a82e6d1bd4c981f9
PR libstdc++/85843 fix "should be explicitly initialized" warnings

PR libstdc++/85843
* src/c++11/cow-stdexcept.cc (logic_error, runtime_error): Explicitly
initialize base class to avoid warnings.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@260427 138bc75d-0d04-0410-961f-82ee72b054a4
libstdc++-v3/ChangeLog
libstdc++-v3/src/c++11/cow-stdexcept.cc