Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
riscv-gcc-1
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
riscv-gcc-1
Commits
ef109057
Commit
ef109057
authored
Aug 17, 1998
by
Mark Mitchell
Committed by
Mark Mitchell
Aug 17, 1998
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* stdexcept: Put things in the std namespace, if appropriate.
From-SVN: r21788
parent
a7825625
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
0 deletions
+12
-0
libstdc++/ChangeLog
+4
-0
libstdc++/stdexcept
+8
-0
No files found.
libstdc++/ChangeLog
View file @
ef109057
1998-08-17 Mark Mitchell <mark@markmitchell.com>
* stdexcept: Put things in the std namespace, if appropriate.
1998-07-12 Jason Merrill <jason@yorick.cygnus.com>
* Makefile.in (VERSION): Bump to 2.9.0.
...
...
libstdc++/stdexcept
View file @
ef109057
...
...
@@ -37,6 +37,10 @@
extern "C++" {
#ifdef __HONOR_STD
namespace std {
#endif
class logic_error : public exception {
string _what;
public:
...
...
@@ -88,6 +92,10 @@ public:
underflow_error (const string& what_arg): runtime_error (what_arg) { }
};
#ifdef __HONOR_STD
} // namespace std
#endif
} // extern "C++"
#endif
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment