[xoreos-git] [xoreos/xoreos] 64659a: GRAPHICS: Don't use std::vector<>::data()

GitHub noreply at github.com
Sun Dec 24 16:00:54 CET 2017


  Branch: refs/heads/master
  Home:   https://github.com/xoreos/xoreos
  Commit: 64659a6c2127d0e4e59a1beec0c82fac367c4486
      https://github.com/xoreos/xoreos/commit/64659a6c2127d0e4e59a1beec0c82fac367c4486
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2017-12-24 (Sun, 24 Dec 2017)

  Changed paths:
    M src/graphics/aurora/animation.cpp
    M src/graphics/aurora/model_kotor.cpp

  Log Message:
  -----------
  GRAPHICS: Don't use std::vector<>::data()

It's a C++11 method, and we're still C++03.


  Commit: 1609a1dc296262d6c07a60d3386bc2d9bf0e2c33
      https://github.com/xoreos/xoreos/commit/1609a1dc296262d6c07a60d3386bc2d9bf0e2c33
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2017-12-24 (Sun, 24 Dec 2017)

  Changed paths:
    M src/engines/kotor/creature.cpp

  Log Message:
  -----------
  GRAPHICS: Don't use std::map<>::at()

It's a C++11 method, and we're still C++03.


Compare: https://github.com/xoreos/xoreos/compare/376952e108b1...1609a1dc2962


More information about the xoreos-git mailing list