------- Comment #1 from baiyang at gmail dot com 2009-12-29 10:43 ------- PS: the above example is a typical usage of the self contain skill. In this exapmle, the coder will ensure every really usage point (i.e. every possible template instantiation point) of 'm_hProp->tblKeys' in the code are all at outside of MyClass' defination scope. So we guarantee the class has been fully defined before using it.
BUT the "concept check" just cancelled the delay instantiation mechanism, so the code doesn't work anymore. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42533