
30 Aug
2009
30 Aug
'09
10:36 a.m.
Simonson, Lucanus J wrote:
Steven Watanabe wrote:
interval_concept.hpp:205-206,219-220,231-232,246-247, maybe more Please use static_cast, instead of a C-style cast.
Many more. I use c-style casts for coordinate type conversion pretty much uniformly. How big of an issue is this? It would take a while to hunt them all down.
You'll probably get complaints from gcc users about the warnings it causes (with -Wold-style-cast). John Bytheway