[Insight-developers] james.uiowa Linux-icc-7.1-opt
Brad King
brad.king at kitware.com
Tue, 20 Jan 2004 08:58:07 -0500 (EST)
On Mon, 19 Jan 2004, Hans J. Johnson wrote:
> If the itkExceptionMacro is made more explicit, the error goes away.
>
> Here is the new itkExceptionMacro:
> {
> ::itk::OStringStream message;
> message << "itk::ERROR: " << this->GetNameOfClass()
> << "(" << this << "): " x ;
> ::itk::ExceptionObject tempException(__FILE__, __LINE__,
> message.str().c_str());//Explicit naming to avoid compiler error on
> intel
> throw tempException;
> }
>
> I did not make this change, so if you could to it, I would really
> appreciate it.
I've made a change using this technique. Thanks alot for tracking this
down.
-Brad