Skip to content

Commit 3ba268e

Browse files
committed
moved indirect_traits to boost/detail
[SVN r25237]
1 parent c4b09c7 commit 3ba268e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/indirect_traits_test.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ struct X {};
1212

1313
int main()
1414
{
15-
using namespace boost::python::detail;
15+
using namespace boost::python::indirect_traits;
1616

1717
typedef void (X::*pmf)();
1818

0 commit comments

Comments
 (0)