File tree 2 files changed +1
-9
lines changed
include/boost/property_tree
2 files changed +1
-9
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ namespace boost { namespace property_tree
23
23
public:
24
24
25
25
// /////////////////////////////////////////////////////////////////////
26
- // Construction & destruction
26
+ // Construction
27
27
28
28
// Construct error
29
29
file_parser_error (const std::string &msg,
@@ -34,8 +34,6 @@ namespace boost { namespace property_tree
34
34
{
35
35
}
36
36
37
- ~file_parser_error () throw () override = default ;
38
-
39
37
// /////////////////////////////////////////////////////////////////////
40
38
// Data access
41
39
Original file line number Diff line number Diff line change @@ -30,8 +30,6 @@ namespace boost { namespace property_tree
30
30
// / Instantiate a ptree_error instance with the given message.
31
31
// / @param what The message to associate with this error.
32
32
ptree_error (const std::string &what);
33
-
34
- ~ptree_error () throw () override = default ;
35
33
};
36
34
37
35
@@ -48,8 +46,6 @@ namespace boost { namespace property_tree
48
46
template <class T > ptree_bad_data (const std::string &what,
49
47
const T &data);
50
48
51
- ~ptree_bad_data () throw () override = default ;
52
-
53
49
// / Retrieve the data associated with this error. This is the source
54
50
// / value that failed to be translated. You need to explicitly
55
51
// / specify its type.
@@ -70,8 +66,6 @@ namespace boost { namespace property_tree
70
66
template <class T > ptree_bad_path (const std::string &what,
71
67
const T &path);
72
68
73
- ~ptree_bad_path () throw () override = default ;
74
-
75
69
// / Retrieve the invalid path. You need to explicitly specify the
76
70
// / type of path.
77
71
template <class T > T path () const ;
You can’t perform that action at this time.
0 commit comments