MantisBT - ITK
View Issue Details
0011084ITKpublic2010-08-03 15:022010-10-21 12:31
Bradley Lowekamp 
Bradley Lowekamp 
normalminorN/A
closedfixed 
ITK-4-A0 
ITK-4-A0 
0011084: cmakedefine ITK_TYPE_USE_LONG_LONG is not needed
C++98 does not require this type.
C99 does require this type.

The long double type is defined in the standard in the same places.

I believe this type is supported by all compilers on the dashboard except BCC and VS6.0, when this flag was added.
No tags attached.
parent of 0011086closed Bradley Lowekamp Numeric Traits for array like types should use partial template specialization 
Issue History
2010-08-03 15:02Bradley LowekampNew Issue
2010-08-03 15:19Bradley LowekampRelationship addedparent of 0011086
2010-08-04 10:19Bradley LowekampSummarycmakedefine ITK_TYPE_LONG_LONG is not needed => cmakedefine ITK_TYPE_USE_LONG_LONG is not needed
2010-08-04 10:19Bradley LowekampDescription Updated
2010-08-11 11:07Bradley LowekampStatusnew => assigned
2010-08-11 11:07Bradley LowekampAssigned To => Bradley Lowekamp
2010-08-11 11:09Bradley LowekampNote Added: 0021711
2010-08-16 08:54Bradley LowekampNote Added: 0021770
2010-08-16 08:54Bradley LowekampStatusassigned => resolved
2010-08-16 08:54Bradley LowekampFixed in Version => ITK-4-A0
2010-08-16 08:54Bradley LowekampResolutionopen => fixed
2010-10-21 12:31Gabe HartStatusresolved => closed

Notes
(0021711)
Bradley Lowekamp   
2010-08-11 11:09   
Commited:
http://itk.org/gitweb?p=ITK.git;a=commitdiff;h=83abbcee4d0e5136ff0897e30ae4831900774f96;hp=a1b5f91f180193cc7918aa6b13d07cca1899345d [^]
(0021770)
Bradley Lowekamp   
2010-08-16 08:54   
The commit seems to be working with out issue.