Commit 02b7c13
committed
COMP: C++11 has deprecated the "throw" function declaration decorator
When declaring functions in .h files and defining them (e.g., in .hxx
files), C++11 has deprecated the use of "throw(exception)" in the
function declaration statements. The message is
warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
::Initialize(void) throw ( ExceptionObject )
^~~~~1 parent c00dbb8 commit 02b7c13
File tree
2 files changed
+2
-2
lines changed- include
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
115 | 115 | | |
116 | 116 | | |
117 | 117 | | |
118 | | - | |
| 118 | + | |
119 | 119 | | |
120 | 120 | | |
121 | 121 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | | - | |
| 46 | + | |
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
| |||
0 commit comments