mirror of
https://github.com/boostorg/python.git
synced 2026-01-21 05:02:17 +00:00
- Lots of fixes in the documentation
- Fixed support for return_opaque_pointer policy [SVN r18199]
This commit is contained in:
8
pyste/example/basic.cpp
Normal file
8
pyste/example/basic.cpp
Normal file
@@ -0,0 +1,8 @@
|
||||
#include "basic.h"
|
||||
|
||||
namespace basic {
|
||||
|
||||
int C::static_value = 3;
|
||||
const int C::const_static_value = 100;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user