Skip to content

C++11? #7

@eliasdaler

Description

@eliasdaler

I tried to avoid using C++11 because ImGui and SFML don't use it and I didn't want to introduce new dependencies.
But I've noticed lately that I used nullptr and there were no complaints about that. So, what if I moderately use C++11 from now on? Here's some stuff I want to use (all of it is supported in VS 2010+ and in old GCC and Clang versions):

  • auto
  • nullptr
  • unique_ptr

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions