Boost logo

Boost Testing :

From: Stephen Carson (StephenC_at_[hidden])
Date: 2005-05-14 07:38:24


Hartmut Kaiser wrote:
>Wave still asserts on the "Dirxion - wave - testwave / cw-9_4-darwin"
>platform (http://tinyurl.com/a2kvh) for reasons beyond my comprehension.
>
>I've inserted this assertion to ensure a proper parsing of the compiler
>generated predefined macros __DATE__ and __TIME__. The expected format for
>'__DATE__ __TIME__' is now 'Dec 29 2001 11:23:59', where the delimiters are
>to be allowed spaces (' '), commas (',') or colons (':').

I'm not sure if this gives you the answer you need. But I threw together the
following little test program:
#define DATETIME __DATE__ __TIME__
#include <iostream>
int main(void)
{
std::cout << DATETIME << std::endl;
return 0;
}

I built it with mwcc (CodeWarrior's command line C++ compiler) and this is the
program output:
May 14 200507:29:24

  -Stephen W. Carson

________________________________________________________________
Sent via the WebMail system at Mail.Dirxion.com

 
                   


Boost-testing list run by mbergal at meta-comm.com