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/inclu
Running g++ -v -v -v outputs lots of things, including all the include directories searched. vector is in one of those.
g++ -v -v -v
vector