Merge PDF build changes from Trunk.

[SVN r51417]
This commit is contained in:
John Maddock
2009-02-23 18:39:32 +00:00
parent 9e411076c6
commit 2637358ba9
2 changed files with 25 additions and 1 deletions

View File

@ -131,7 +131,7 @@ Suppose we have a template-class that requires an unsigned integral type with
at least 16-bits of precision as a template argument, we can achieve this
using something like this:
#include <climits>
#include <limits>
#include <boost/static_assert.hpp>
template <class UnsignedInt>