Changes between Initial Version and Version 1 of Ticket #9421
- Timestamp:
- Nov 29, 2013, 9:27:22 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #9421
- Property Owner set to
- Property Component None → serialization
-
Ticket #9421 – Description
initial v1 3 3 vc2013 std::min in file<algorithm> not in file<xutility> 4 4 can this: 5 6 {{{ 5 7 #if defined(_MSC_VER) && (_MSC_VER >= 1020) 6 8 # pragma once … … 11 13 #include <algorithm> 12 14 #endif 15 }}}