Overloading the comment operator in sepples
Name:
Anonymous
2012-06-03 16:04
Can it be done? Should it be done?
Name:
Anonymous
2012-06-03 16:11
No idea about whether it can be done, but if you're using Sepples, you've already left the realm of what should be done long ago.
Name:
Anonymous
2012-06-03 16:17
Probably. That's just the sort of trash that that shithead loser Stroustrup would want.
Name:
Anonymous
2012-06-03 17:03
Can you stop operator overloading from being possible beyond the formal definitions within the language?
Name:
Anonymous
2012-06-03 17:07
Name:
Anonymous
2012-06-03 17:16
>>1
Yes, just use Doxygen.
Name:
Anonymous
2012-06-03 17:44
What would it be overloaded to? Double divide? Something like
a = b // c; to mean the same as a = (b / c) / c;?
Name:
Anonymous
2012-06-03 17:44
int foo(int* bar)
{
bar ^_^ NULL;
// ...
}
http://cogwheel.info/idop/
Uses the Boost Preprocessor.
Name:
Anonymous
2012-06-03 20:34
UNDEFINED BEHAVIOR
Newer Posts