Removed unneeded semicolon.

[SVN r35636]
This commit is contained in:
John Maddock 2006-10-16 18:01:40 +00:00
parent 505d419a1b
commit 6dd93ab916

View File

@ -606,7 +606,7 @@ template <bool opt>
struct filler
{
template <typename I, typename T>
static void do_fill(I first, I last, typename boost::call_traits<T>::param_type val);
static void do_fill(I first, I last, typename boost::call_traits<T>::param_type val)
{
while(first != last)
{
@ -762,3 +762,4 @@ href="http://www.yahoogroups.com/list/boost">www.yahoogroups.com/list/boost</a>.
<p>&nbsp;</p>
</body>
</html>