2
0
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:
Bruno da Silva de Oliveira
2003-04-08 01:01:32 +00:00
parent f7f089d2d4
commit c7ea0aacd6
38 changed files with 294 additions and 114 deletions

8
pyste/example/basic.cpp Normal file
View File

@@ -0,0 +1,8 @@
#include "basic.h"
namespace basic {
int C::static_value = 3;
const int C::const_static_value = 100;
}