void func(const set<string&);
It is typical for pointers, but not reference to pass as const if you
don't want modified. Who finds himself doing it above -- passing the
reference as const?
It is typical for pointers, but not reference to pass as const if you
don't want modified. Who finds himself doing it above -- passing the
reference as const?
Comment