comparison TODO @ 2975:e62e296a5714

use Toolbox::IsIntegeer instead of try_lexical_convert that is not available on some platform
author am@osimis.io
date Thu, 06 Dec 2018 11:16:23 +0100
parents 146eaed9b02c
children 706b60e7ee1e
comparison
equal deleted inserted replaced
2974:5f64ecbdfcb4 2975:e62e296a5714
132 132
133 * Use Semaphore::Locker everywhere (instead of explicit 133 * Use Semaphore::Locker everywhere (instead of explicit
134 Release() and Acquire()) 134 Release() and Acquire())
135 * Avoid direct calls to FromDcmtkBridge (make most of its 135 * Avoid direct calls to FromDcmtkBridge (make most of its
136 methods private), go through ParsedDicomFile wherever possible 136 methods private), go through ParsedDicomFile wherever possible
137 * avoid boost::bad_lexical_cast exception at least in happy path
138 by using boost::conversion::try_lexical_convert
139 137
140 ================= 138 =================
141 Platform-specific 139 Platform-specific
142 ================= 140 =================
143 141