.oisyn Tomato Guru
169 Posts
#include <string> using namespace std; class myclass { operator string(); // ok operator std::string(); // shows 'operator' with a red error-underline };
feline Whole Tomato Software
United Kingdom 19177 Posts
support Whole Tomato Software
5566 Posts