j
k
j a
j l
MB wrote:
Sebastian Redl wrote:
A short story is:
struct X { }; void f(X& x); void f(const X& x);
void test() { X x; { // initialize x. }
f(const_(x)); }
So it's purpose is to abbreviate a const_cast. Still useful. Jens
Back to the thread
Back to the list