File tree 2 files changed +8
-8
lines changed 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 9
9
#ifndef docopt__docopt_h_
10
10
#define docopt__docopt_h_
11
11
12
- #include " docopt_value.h"
13
-
14
- #include < map>
15
- #include < vector>
16
- #include < string>
17
- #include < stdexcept>
18
-
19
12
#ifdef DOCOPT_HEADER_ONLY
20
13
#define DOCOPT_INLINE inline
21
14
#define DOCOPT_API
41
34
#endif
42
35
#endif
43
36
37
+ #include " docopt_value.h"
38
+
39
+ #include < map>
40
+ #include < vector>
41
+ #include < string>
42
+ #include < stdexcept>
43
+
44
44
namespace docopt {
45
45
46
46
// Usage string could not be parsed (ie, the developer did something wrong)
Original file line number Diff line number Diff line change @@ -105,7 +105,7 @@ namespace docopt {
105
105
};
106
106
107
107
// / Write out the contents to the ostream
108
- std::ostream& operator <<(std::ostream&, value const &);
108
+ DOCOPT_API std::ostream& operator <<(std::ostream&, value const &);
109
109
}
110
110
111
111
namespace std {
You can’t perform that action at this time.
0 commit comments