RAD Studio
ContentsIndex
PreviousUpNext
W8090: 'type::operator<' must be publicly visible to be used with 'type' (C++)

A type that is being used with an STL container has a private 'operator<'. The type you're trying to use must be made public.

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!