| 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> > <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> © <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> |
|---|