Minutes 111309: Difference between revisions

From KitwarePublic
Jump to navigationJump to search
Line 13: Line 13:
** ptrdiff_t IndexValueType
** ptrdiff_t IndexValueType
** size_t    SizeValueType
** size_t    SizeValueType
* Enable Mac 64 bits to 32 bits warning in the directory
** Common
** How to convert ?
*** something better than just static_cast
*** Check that the number will fit in the destination type.
*** and if not... throw an exception.

Revision as of 18:46, 13 November 2009

Attendees

Technical Topics

Action Items

  • Enable /W64 in Windows builds
  • Setup redwall.kitware experimental build with
    • ptrdiff_t OffsetValueType
    • ptrdiff_t IndexValueType
    • size_t SizeValueType
  • Enable Mac 64 bits to 32 bits warning in the directory
    • Common
    • How to convert ?
      • something better than just static_cast
      • Check that the number will fit in the destination type.
      • and if not... throw an exception.