How to use the [list::remove, list::remove_if] STL function(s) in Visual C++ (168047)
The information in this article applies to:
- The Standard C++ Library, when used with:
- Microsoft Visual C++, 32-bit Enterprise Edition 4.2
- Microsoft Visual C++, 32-bit Professional Edition 4.2
- Microsoft Visual C++, 32-bit Enterprise Edition 5.0
- Microsoft Visual C++, 32-bit Professional Edition 5.0
- Microsoft Visual C++, 32-bit Enterprise Edition 6.0
- Microsoft Visual C++, 32-bit Professional Edition 6.0
- Microsoft Visual C++, 32-bit Learning Edition 6.0
This article was previously published under Q168047 SUMMARY The sample code below illustrates how to use the
[list::remove, list::remove_if] STL function(s) in Visual C++.
Note
There are some differences in the implementation of the Standard C++
Library components in Visual C++ version 4.2 versus later revisions. The
relevant sections of code below compile conditionally based upon the value of
_MSC_VER.
Modification Type: | Major | Last Reviewed: | 7/15/2005 |
---|
Keywords: | kbfunctions kbhowto KB168047 kbAudDeveloper |
---|
|