From: Peter Dimov (pdimov_at_[hidden])
Date: 2002-10-23 08:57:00


From: "Aleksey Gurtovoy" <agurtovoy_at_[hidden]>
> Here's an implementation that works with Comeau C/C++ 4.3.0.1, Intel C++
6.0
> and, surprisingly, MSVC 6.5 (after getting rid of partial specialization,
of
> course; not shown here):

is_incomplete can never work. It violates ODR. ;-) Nice trick though.