Help for this page

Select Code to Download


  1. or download this
    /* Visual C++ 2013 and older don't have the timespec structure */
    #  if defined(MSC_VER) && _MSC_VER < 1900
    
  2. or download this
    #  if defined(_WIN32)
    
  3. or download this
    Updated (ie checked and corrected):
    #if (defined(MSC_VER) && _MSC_VER < 1900) || (defined(__MINGW32__) && 
    +__GNUC__ < 4)
    
  4. or download this
    Test Summary Report
    -------------------
    ...
    Files=2678, Tests=1148685, 2459 wallclock secs (71.23 usr +  4.68 sys 
    += 75.91 CPU)
    Result: FAIL
    dmake:  Error code 130, while making 'test'