The 5.7 kernel is out
The 5.7 kernel is out
Posted Jun 1, 2020 17:32 UTC (Mon) by mathstuf (subscriber, #69389)In reply to: The 5.7 kernel is out by quotemstr
Parent article: The 5.7 kernel is out
The problem is keeping people to using only the "kernel-sensible" parts of C++. There are quite a number of goobers around the stdlib (vector<bool>, unordered_set perf pessimizations, etc.) and the language itself (operator overloading, ADL, etc.) that is unlikely to be allowed beyond RAII and some better typing behaviors.
