mirror of
https://github.com/boostorg/python.git
synced 2026-07-23 13:53:57 +00:00
d52f0c7d40
[SVN r18629]
9 lines
122 B
C++
9 lines
122 B
C++
#include "basic.h"
|
|
|
|
namespace basic {
|
|
|
|
int C::static_value = 3;
|
|
const int C::const_static_value = 100;
|
|
|
|
}
|