We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fec537c + 6c86036 commit 7c72a13Copy full SHA for 7c72a13
tests/data/core_types.hpp
@@ -48,13 +48,11 @@ typedef EFavoriteDrinks typedef_EFavoriteDrinks;
48
49
typedef int (*function_ptr)(int, double);
50
51
-struct exception{};
52
-
53
struct members_pointers_t{
54
int some_function( double hi, int i ){
55
return 0;
56
}
57
- int some_function( double hi) const throw( exception ){
+ int some_function( double hi) const {
58
59
};
60
int m_some_const_member;
0 commit comments