[Insight-developers] new clang compile errors since Aug 26

Bradley Lowekamp blowekamp at mail.nih.gov
Mon Sep 12 22:17:13 EDT 2011


This is as small as I was able to get the error message down to:

template<typename T>
struct TemplatedType{ typedef int Type;};

template< typename T >
class TemplatedTypeUser:
  public TemplatedType<T> {
  using TemplatedType<T>::Type;
};

int main( void )
{
  TemplatedTypeUser<int>::Type i = 0;
  return i;
}



On Sep 12, 2011, at 4:16 PM, Sean McBride wrote:

> On Mon, 12 Sep 2011 16:10:21 -0400, Bradley Lowekamp said:
> 
>> Has there been any progress with ITK's threading model working with
>> clang? Last I recalled most multi-threaded tests failed, rendering this
>> not a usable compiler with ITK.
> 
> It's hard to progress on that when ITK won't even build. :)
> 
> -- 
> ____________________________________________________________
> Sean McBride, B. Eng                 sean at rogue-research.com
> Rogue Research                        www.rogue-research.com 
> Mac Software Developer              Montréal, Québec, Canada
> 
> 



More information about the Insight-developers mailing list