Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: downloads/boost_1_34_1/libs/test/doc/portability.html @ 33

Last change on this file since 33 was 29, checked in by landauf, 17 years ago

updated boost from 1_33_1 to 1_34_1

File size: 1.9 KB
Line 
1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
2<HTML>
3<HEAD>
4<TITLE>Boost Test Library portability</TITLE>
5<LINK rel="stylesheet" type="text/css" href="style/btl.css" media="screen">
6<LINK rel="stylesheet" type="text/css" href="style/btl-print.css" media="print">
7<META http-equiv="Content-Language" content="en-us">
8<META http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
9</HEAD>
10<BODY> 
11<DIV class="header"> <A href="index.html">Boost.Test</A> &gt; <SPAN class="current_article">Portability</SPAN> </DIV> 
12<DIV class="body"> <IMG src='btl1.gif' width="252" height="43" alt="Boost Test logo"> 
13  <H1 class="subtitle"><A name="Portability">Portability</A></H1> 
14  <P class="first-line-indented">Because the Boost Test Library is critical for
15    porting and testing Boost libraries, it has been written to be extremely
16    conservative in its use of C++ features, and to keep dependencies to a bare
17    minimum.</P> 
18  <P class="first-line-indented">Boost.Test internal tests have been run (and
19    work) under numerous compilers. Check the <A href="http://boost.sourceforge.net/regression-logs/">compiler
20    status pages</A> and <A href="http://boost.sourceforge.net/regression-logs/developer/test.html">developer status pages</A> to see how Boost.Test works on different compilers platforms. </P> 
21</DIV> 
22<DIV class="footer"> 
23  <DIV class="footer-body"> 
24    <P> &copy; <A name="Copyright">Copyright</A> <A href="mailto:boost-test%20at%20emailaccount%20dot%20com%20%28please%20unobscure%29">Gennadiy
25        Rozental</A> 2001-2006. <BR> 
26      Distributed under the Boost Software License, Version 1.0.
27      (See accompanying file <A href="../../../LICENSE_1_0.txt">LICENSE_1_0.txt</A> or
28      copy at <A href="http://www.boost.org/LICENSE_1_0.txt">www.boost.org/LICENSE_1_0.txt</A>)</P> 
29    <P>Revised:
30      <!-- #BeginDate format:Sw1 -->18 January, 2004<!-- #EndDate --> 
31    </P> 
32  </DIV> 
33</DIV> 
34</BODY>
35</HTML>
Note: See TracBrowser for help on using the repository browser.