stl_construct.h (construct): Remove.
authorStephen M. Webb <stephen@bregmasoft.com>
Mon, 2 Jul 2001 19:47:09 +0000 (19:47 +0000)
committerBenjamin Kosnik <bkoz@gcc.gnu.org>
Mon, 2 Jul 2001 19:47:09 +0000 (19:47 +0000)
commit494fff4cea67e3d1415788d318fb4448cf9411c5
treecfa462159ccbfa2c8b097c906bdea4bd99fe4a52
parentbecbcf96daeab29991bfc9deb55373923dc20abe
stl_construct.h (construct): Remove.

2001-07-01  Stephen M. Webb <stephen@bregmasoft.com>

* include/bits/stl_construct.h (construct): Remove.
       (destroy): Remove.
       (__destroy): Replaced by use of iterator_traits.
* include/bits/stl_deque.h: replaced HP iterator functions with
iterator_traits.
        (construct): changed to _Construct.
(destroy): changed to _Destroy.
* include/bits/stl_tempbuf.h: Same.
* include/bits/stl_tree.h: Same.
* include/bits/stl_vector.h: Same.
* include/backward/iterator.h (construct): moved definition to here.
(destroy): Same.

From-SVN: r43701
libstdc++-v3/ChangeLog
libstdc++-v3/include/backward/iterator.h
libstdc++-v3/include/bits/stl_construct.h
libstdc++-v3/include/bits/stl_deque.h
libstdc++-v3/include/bits/stl_tempbuf.h
libstdc++-v3/include/bits/stl_tree.h
libstdc++-v3/include/bits/stl_vector.h