mirror of
https://github.com/boostorg/python.git
synced 2026-01-23 05:42:30 +00:00
- Lots of fixes in the documentation
- Fixed support for return_opaque_pointer policy [SVN r18199]
This commit is contained in:
4
pyste/example/nested.cpp
Normal file
4
pyste/example/nested.cpp
Normal file
@@ -0,0 +1,4 @@
|
||||
#include "nested.h"
|
||||
|
||||
int nested::X::staticXValue = 10;
|
||||
int nested::X::Y::staticYValue = 20;
|
||||
Reference in New Issue
Block a user