Skip to content
Snippets Groups Projects
  • Nicolas Noble's avatar
    30862038
    Few VS2010 fixes. · 30862038
    Nicolas Noble authored
    -) = delete isn't supported. Moving destructor out of scope.
    -) variadic templates aren't supported. Replacing emplace_back's construction.
    -) C++11's {} inline construction isn't supported. Adding temporary variables.
    -) std::list<> can't work on a non-declared class. Changing to a raw pointer.
    30862038
    History
    Few VS2010 fixes.
    Nicolas Noble authored
    -) = delete isn't supported. Moving destructor out of scope.
    -) variadic templates aren't supported. Replacing emplace_back's construction.
    -) C++11's {} inline construction isn't supported. Adding temporary variables.
    -) std::list<> can't work on a non-declared class. Changing to a raw pointer.