mirror of https://github.com/mosra/magnum.git
Browse Source
These headers are included quite often and because <Corrade/Utility/StlForwardString.h> expands to the whole <string>, it has quite a significant impact. Other cases like Math/ConfigurationValue.h are not changed at the moment, as that header is only included together with Utility::Arguments or Utility::Configuration -- and these classes are still STL-heavy, so avoiding std::string usage in just the ConfigurationValue specializations doesn't help anything at the moment.pull/592/head
6 changed files with 23 additions and 26 deletions
Loading…
Reference in new issue