help-gplusplus
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

std::set::erase(iterator) missing return value


From: Thomas Krebs
Subject: std::set::erase(iterator) missing return value
Date: Fri, 04 Aug 2006 10:25:54 +0200
User-agent: Thunderbird 1.5.0.5 (Windows/20060719)

Hi,

trying to port some code to Fedora Core 5 with installed gcc 4.1.0 I
found that std::set::erase(iterator) returns void.
I don't have the standard document, but should this method return
the position to the next element in the set?

Is this a known limitation?


reply via email to

[Prev in Thread] Current Thread [Next in Thread]