$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: shunsuke (pstade.mb_at_[hidden])
Date: 2007-11-09 04:21:03
Sergey Shandar wrote:
> 3. I found this one today:
>
> template<class T>
> operator T &() const
> throw(typename ::boost::disable_if< ::boost::is_same<T, MyClass
> const> >::type *)
You've solved the millenium problem! :-)
gcc3.4.5 and 4.1.2 seem to work fine.
Thanks!
-- Shunsuke Sogame