Removed unneeded semicolon.

[SVN r35636]
This commit is contained in:
John Maddock 2006-10-16 18:01:40 +00:00
parent c730ab4ffb
commit 5b83f641a8

View File

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