On Sun, Mar 03, 2019 at 06:57:51PM +0100, Rafael Sadowski wrote: > On Sun Mar 03, 2019 at 02:16:18PM +0000, Stuart Henderson wrote: > > On 2019/03/03 14:11, Stuart Henderson wrote: > > > comments/ok? > > > > Also about adding this: > > > > # For ports using C++, except in special cases you should use a compiler > > # with the same standard library as used in other ports. Remove entries > > s/standard library/standard template library (STL)/ ?
Nope. The standard library holds more than just templated code. And actually, the purely templated code is usually not that problematic since it lives in header files.
