.oisyn Tomato Guru
162 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 19020 Posts
support Whole Tomato Software
5566 Posts