Rewrite construction code to always just call __init().
commit2bd9073c2e8b1b1a007fb0c777a7ac79f6a82df8
authorDaniel Wallin <daniel@boostpro.com>
Sun, 19 Oct 2008 19:47:27 +0000 (19 21:47 +0200)
committerDaniel Wallin <daniel@boostpro.com>
Sat, 29 Nov 2008 21:00:12 +0000 (29 22:00 +0100)
tree7724e8d901d9e29f1889a9baf7040e15f98c6cc8
parent14887e71317acc2ec68a75e45ff6713719f16010
Rewrite construction code to always just call __init().

This separates the construction of the object_rep from the
initialization of the instance.
src/class_rep.cpp