forked from boostorg/utility
Removed unneeded semicolon.
[SVN r35636]
This commit is contained in:
@ -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> </p>
|
<p> </p>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user