We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96cea88 commit 83c2627Copy full SHA for 83c2627
1 file changed
doc/error_handler.adoc
@@ -6,17 +6,14 @@
6
Defined in <boost/openmethod/policies/basic_policy.hpp>.
7
8
```c++
9
-namespace boost::openmethod::policies {
10
11
-struct error_handler;
+namespace boost::openmethod {
12
13
-}
14
-```
+namespace policies {
15
16
-Defined in <boost/openmethod/types.hpp>.
+struct error_handler;
17
18
-```c++
19
-namespace boost::openmethod {
+}
20
21
struct openmethod_error {};
22
@@ -40,7 +37,7 @@ struct type_mismatch_error : openmethod_error {
40
37
type_id type;
41
38
};
42
39
43
-} // boost::openmethod::policies
44
```
45
46
### Description
0 commit comments