Does std::map provides a copy assignment operator?
- From: "Hashim Saleem" <hashim.saleem@xxxxxxxxx>
- Date: Thu, 14 Apr 2005 16:59:51 +0500
hi all,
I am just puzzled that whether std::map provides an assignment operator or
not?
I couldnt find any in the source code of STL implementation accompanying
visual studio .net 2003 (VC7.1).
What does C++ standard say about it?
Also, here is an implementation of std::map that does provide an assignment
operator.
http://gcc.gnu.org/onlinedocs/libstdc++/latest-doxygen/classstd_1_1map.html#std_1_1mapa27
If this implemation provides why doenst Visual studio .net 2003 (VC7.1)?
.
- Follow-Ups:
- Re: Does std::map provides a copy assignment operator?
- From: Stephen Howe
- Re: Does std::map provides a copy assignment operator?
- From: pjp
- Re: Does std::map provides a copy assignment operator?
- From: Jeff F
- Re: Does std::map provides a copy assignment operator?
- Prev by Date: Re: Why use STL?
- Next by Date: Re: Does std::map provides a copy assignment operator?
- Previous by thread: Error C2923
- Next by thread: Re: Does std::map provides a copy assignment operator?
- Index(es):
Relevant Pages
|