mirror of
https://github.com/boostorg/python.git
synced 2026-01-22 17:32:55 +00:00
9 lines
131 B
Plaintext
9 lines
131 B
Plaintext
# Doesn't work:
|
|
A = Template('A', 'inherit.h')
|
|
A_int = A('int')
|
|
|
|
Class('B', 'inherit.h')
|
|
|
|
# Does work:
|
|
#AllFromHeader('inherit.h')
|