We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0519d54 commit a0d2873Copy full SHA for a0d2873
src/object/function.cpp
@@ -28,8 +28,8 @@
28
#endif
29
30
namespace boost { namespace python {
31
- volatile bool docstring_options::show_user_defined_ = true;
32
- volatile bool docstring_options::show_signatures_ = true;
+ BOOST_PYTHON_DECL volatile bool docstring_options::show_user_defined_ = true;
+ BOOST_PYTHON_DECL volatile bool docstring_options::show_signatures_ = true;
33
}}
34
35
namespace boost { namespace python { namespace objects {
0 commit comments