diff TODO @ 2967:146eaed9b02c

avoid boost::bad_lexical_cast exception in happy path
author am@osimis.io
date Wed, 05 Dec 2018 16:30:11 +0100
parents edfd98a2b6c4
children e62e296a5714
line wrap: on
line diff
--- a/TODO	Wed Dec 05 15:27:01 2018 +0100
+++ b/TODO	Wed Dec 05 16:30:11 2018 +0100
@@ -134,7 +134,8 @@
   Release() and Acquire())
 * Avoid direct calls to FromDcmtkBridge (make most of its 
   methods private), go through ParsedDicomFile wherever possible
-
+* avoid boost::bad_lexical_cast exception at least in happy path 
+  by using boost::conversion::try_lexical_convert
 
 =================
 Platform-specific