Browse Source
- With gcc 5.1.0 we now get warnings for usage of std::auto_ptr. It is deprecated by the C++0x standard and afterwards so it's prudent to replace them with unique pointers.cl-refactor
Lefteris Karapetsas
10 years ago
2 changed files with 2 additions and 2 deletions
Loading…
Reference in new issue