Why does the C++ STL mix tabs and spaces? #2725
-
When looking at the source code for STL containers like This causes some problems in my editor where it looks like the first items nested in a class function |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
That looks like libstdc++ code. This is MSVC stl and the code here looks much different |
Beta Was this translation helpful? Give feedback.
-
Looking again I realized that this is only true for the GNU ISO C++ Library. I suppose that my question would then be why does GNU do this? But yes the MSVC STL does not do this. My apologies for not realizing that I was looking at the wrong library. |
Beta Was this translation helpful? Give feedback.
That looks like libstdc++ code.
This is MSVC stl and the code here looks much different