$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Peter Dimov (pdimov_at_[hidden])
Date: 2002-07-16 09:11:15
From: "Giovanni Bajo" <giovannibajo_at_[hidden]>
> Can you please explain why a simple Select<is_incomplete<T>,
incomplete<T>,
> T> should not work in this situation? Isn't there a is_incomplete trait
> somewhere?
Actually it's even simpler than my previous response. :-) is_incomplete<>
itself violates ODR.