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

From RAD Studio
Jump to: navigation, search

Go Up to Compiler Errors And Warnings (C++) Index

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.