mirror of https://github.com/mosra/magnum.git
Browse Source
StringViews are great -- given that they are trivially destructible, the compiler can now tell me that I have unused variables. If it wouldn't be trivially destructible (like std::string), the destructor is treated as if it has side-effects so the compiler won't complain.euler-xxx
1 changed files with 7 additions and 1 deletions
Loading…
Reference in new issue