2
0
mirror of https://github.com/boostorg/python.git synced 2026-01-19 16:32:16 +00:00
Files
python/pyste/example/basic.cpp
Bruno da Silva de Oliveira c7ea0aacd6 - Lots of fixes in the documentation
- Fixed support for return_opaque_pointer policy


[SVN r18199]
2003-04-08 01:01:32 +00:00

9 lines
122 B
C++

#include "basic.h"
namespace basic {
int C::static_value = 3;
const int C::const_static_value = 100;
}