Mercurial > hg > orthanc
diff 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 |
line wrap: on
line diff
--- a/TODO Thu Dec 06 10:39:27 2018 +0100 +++ b/TODO Thu Dec 06 11:16:23 2018 +0100 @@ -134,8 +134,6 @@ 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