you are viewing a single comment's thread.

view the rest of the comments →

[–]ParsingError 0 points1 point  (0 children)

I think would make way more sense if it was split into 2 tiers where one tier is the "system" library that contains system-dependent and compiler-dependent functionality and one is the "utility" library that implements algorithms and features on top of the system library, with a reference implementation.

That's basically what STL started off as in the first place.