Where are the headers of the C++ standard library
问题 I wonder where on my file system I find the headers of the C++ Standard library. In particular I am looking for the definition of the vector template. I searched in /usr/include/ and various subdirectories. I also tried 'locate vector.h' which brought up many implementations of vectors, but not the standard one. What am I missing? (The distribution is Gentoo) Background: I'm profiling a library that iterates over vector's most of the time and gprof shows that most of the time is spent in std: