Changes between Initial Version and Version 1 of Ticket #9421


Ignore:
Timestamp:
Nov 29, 2013, 9:27:22 PM (9 years ago)
Author:
viboes
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #9421

    • Property Owner set to Robert Ramey
    • Property Component Noneserialization
  • Ticket #9421 – Description

    initial v1  
    33vc2013 std::min in file<algorithm> not in file<xutility>
    44can this:
     5
     6{{{
    57#if defined(_MSC_VER) && (_MSC_VER >= 1020)
    68# pragma once
     
    1113#include <algorithm>
    1214#endif
     15}}}