overloading operators for template classesWow, I'd never seen decltype (even if I had I probably wouldn't have thought to use it like that). T...
overloading operators for template classesYes, but I wouldn't think that would happen for types that can be added legitimately. What I mean is...
overloading operators for template classes[quote]The thing to note here is that myClass is not a class. It's a template. This means that it is...
overloading operators for template classes[quote]What is the exact error message when you try to compile the second snippet?[/quote] [output]...
overloading operators for template classesHello! Say I have a class like this: [code] template <typename T> class myClass { public: T ...
This user does not accept Private Messages