mirror of
https://github.com/boostorg/python.git
synced 2026-07-22 13:43:45 +00:00
ac62db1cf1
This example depends on the behaviour of ```__metaclass__```. This has changed in python 3, and the example no longer works. Removing example code as suggested, see #210 for more details and possible alternatives. Closes #210.