/* boost regression test program
*
* Copyright Jens Maurer 2000
* Permission to use, copy, modify, sell, and distribute this software
* is hereby granted without fee provided that the above copyright notice
* appears in all copies and that both that copyright notice and this
* permission notice appear in supporting documentation,
*
* Jens Maurer makes no representations about the suitability of this
* software for any purpose. It is provided "as is" without express or
* implied warranty.
*
* See http://www.boost.org for most recent version including documentation.
*
* 2001-01-23 made it compile with Borland (David Abrahams)
* 2001-01-22 added --diff option (Jens Maurer)
*/
#include
#include
#include
#include
\n\n";
if(host == "linux")
out << "Notes: A hand-crafted <limits> Standard header has been\n"
<< "applied to all configurations.\n"
<< "The tests were run on a GNU libc 2.2.2 system which has improved\n"
<< "wide character support compared to 2.1.x and earlier versions.";
else if(host == "irix" || host == "tru64")
out << "Note: For the 'clib' configuration, the missing new-style C\n"
<< "library headers <cXXX> have been supplied.\n";
out << "
\n\n" << std::endl;
return 0;
}