Compare commits

..

5 Commits

Author SHA1 Message Date
6fc2fb6846 Point 'more' links at the site.
[SVN r43169]
2008-02-07 23:08:19 +00:00
f8ac375b4b Change people links to link to the site.
[SVN r43168]
2008-02-07 22:27:50 +00:00
4b2d3f6a90 Roll back links to the beta site.
[SVN r43163]
2008-02-07 20:47:08 +00:00
42097fea1c Update links in the integer library.
[SVN r41609]
2007-12-03 00:18:46 +00:00
d754cad861 Create a branch to fix links on.
[SVN r41573]
2007-12-02 10:07:42 +00:00
5 changed files with 1 additions and 13 deletions

View File

@ -77,7 +77,7 @@ Test Program</h2>
<p>
The program <code><a href="test/integer_traits_test.cpp">integer_traits_test.cpp</a></code>
The program <code><a href="integer_traits_test.cpp">integer_traits_test.cpp</a></code>
exercises the <code>integer_traits</code> class.
<h2>Acknowledgements</h2>

View File

@ -1,12 +0,0 @@
#~ Copyright Rene Rivera 2008
#~ Distributed under the Boost Software License, Version 1.0.
#~ (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
import testing ;
test-suite integer
: [ run cstdint_test.cpp ]
[ run integer_test.cpp ]
[ run integer_traits_test.cpp
/boost/test//boost_test_exec_monitor/<link>static ]
;