mirror of
https://github.com/boostorg/python.git
synced 2026-01-20 16:52:15 +00:00
5 lines
93 B
C++
5 lines
93 B
C++
#include "nested.h"
|
|
|
|
int nested::X::staticXValue = 10;
|
|
int nested::X::Y::staticYValue = 20;
|