Mercurial > hg > orthanc
comparison 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 |
comparison
equal
deleted
inserted
replaced
2966:10c610e80b15 | 2967:146eaed9b02c |
---|---|
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 | 137 * avoid boost::bad_lexical_cast exception at least in happy path |
138 by using boost::conversion::try_lexical_convert | |
138 | 139 |
139 ================= | 140 ================= |
140 Platform-specific | 141 Platform-specific |
141 ================= | 142 ================= |
142 | 143 |