Development discussion. Logged to https://ddnet.tw/irclogs/ Connected with DDNet's IRC channel, Matrix room and GitHub repositories — IRC: #ddnet on Quakenet | Matrix: #ddnet-developer:matrix.org GitHub: https://github.com/ddnet
Between 2019-02-06 00:00:00Z and 2019-02-07 00:00:00Z
It was fine until C++03. Besides no matter where you store it that string is going to take 5 bytes, why put it in some platform dependant place anyways?
Anyways, that's not why they made the change, the standard says it's because string literals are supposed to be const char *, which makes sense, however breaking existing code for something like that is imho stupid