mirror of
https://github.com/boostorg/python.git
synced 2026-01-31 08:22:18 +00:00
chaned struct def_visitor; to class def_visitor;
[SVN r19691]
This commit is contained in:
@@ -59,7 +59,7 @@
|
||||
|
||||
namespace boost { namespace python {
|
||||
|
||||
template <class DerivedVisitor> struct def_visitor;
|
||||
template <class DerivedVisitor> class def_visitor;
|
||||
|
||||
enum no_init_t { no_init };
|
||||
|
||||
|
||||
Reference in New Issue
Block a user