From: Jacek S. <arn...@gm...> - 2007-11-17 18:14:47
|
> * Change any remaining std::min/std::max to just min/max for > consistency (I think there's only the one). Well, actually I think the smartwin part mostly uses std:: while the dc++ part doesn't...so actually the smartwin part should probably keep using std (to avoid importing std:: into the smartwin namespace)...as to dcpp, at some point maybe it would make sense to use std:: as well (it's kind of ugly to have all of std in the dcpp namespace as it is now...). win32 can keep using non-std:: since importing std there doesn't affect other apps (dcpp/ library users)... > * Stop min/max being defined by windows.h, which can actually be > done by defining NOMINMAX before including it. That's not enough since someone might have included windows.h before us (again in the library scenario)... > > -- > James Ross |