Y
Hacker News
new
|
ask
|
show
|
jobs
by
jcelerier
1904 days ago
> How does this work in C++ with operator overloading.
you can't overload int::operator[](...)
1 comments
Koshkin
1904 days ago
I guess the question was whether the subscript operator is always assumed commutative in C++.
link