On 09/05/2015 11:39, Jean-Marc Lasgouttes wrote:
Le 09/05/2015 09:30, Abdelrazak Younes a écrit :
Now with modern compilers and STL, <string> is much cheaper...

Do you have a reference for that?

My own experience + just some article that I read about gcc's and clang's STL minimizing the interdependency between headers... I'll try to find them again.

Just try it: building a simple file with <string> usage is intantaneous with gcc > 4.7. My experience tells me that there hundred things to optimize in your project in general before STL inclusion becomes the bottleneck.

Abdel.

Reply via email to