- Fix last change.

This commit is contained in:
Sylvain Pion 2006-02-23 22:32:10 +00:00
parent 302df00c2b
commit 7efa173f71
2 changed files with 3 additions and 3 deletions

View File

@ -1185,13 +1185,13 @@ public:
typedef OutIt iterator_type;
Transform_output_iterator(OutIt *o, const & F f = F()) : _o(o), _f(f) {}
Transform_output_iterator(OutIt *o, const F & f = F()) : _o(o), _f(f) {}
template <typename T>
Transform_output_iterator&
operator=(const T& t)
{
*(*o)++ = _f(t);
*(*_o)++ = _f(t);
return *this;
}

View File

@ -20,7 +20,7 @@ CXXFLAGS = \
$(EXTRA_FLAGS) \
$(CGAL_CXXFLAGS) \
$(LONG_NAME_PROBLEM_CXXFLAGS) \
$(DEBUG_OPT) -U_GLIBCXX_DEBUG
$(DEBUG_OPT)
#---------------------------------------------------------------------#
# linker flags