Two LSS talks
Two LSS talks
Posted Oct 10, 2013 19:39 UTC (Thu) by BenHutchings (subscriber, #37955)In reply to: Two LSS talks by mathstuf
Parent article: Two LSS talks
The C standard should fix these const -> non const issues at some point (as C++11/C++14 is finally doing).
What you mean by that? Even C++98 requires std::strchr() and similar functions to be overloaded so that the return type matches the pointer argument type. I don't know how that could be achieved in C.
