We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4b09c7 commit 3ba268eCopy full SHA for 3ba268e
1 file changed
test/indirect_traits_test.cpp
@@ -12,7 +12,7 @@ struct X {};
12
13
int main()
14
{
15
- using namespace boost::python::detail;
+ using namespace boost::python::indirect_traits;
16
17
typedef void (X::*pmf)();
18
0 commit comments