[xoreos-git] [xoreos/xoreos] 9efc14: COMMON: Don't implicitly depend on explicit Scoped...

GitHub noreply at github.com
Sun May 7 19:44:01 CEST 2017


  Branch: refs/heads/master
  Home:   https://github.com/xoreos/xoreos
  Commit: 9efc146cfd809267b886ef059e4f5105a6862882
      https://github.com/xoreos/xoreos/commit/9efc146cfd809267b886ef059e4f5105a6862882
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2017-05-07 (Sun, 07 May 2017)

  Changed paths:
    M src/common/changeid.cpp

  Log Message:
  -----------
  COMMON: Don't implicitly depend on explicit ScopedPtr bool conversion

Because this won't compile in C++11 mode, by design.


  Commit: dc08873f026363e739d45eb3f42c57b5af345276
      https://github.com/xoreos/xoreos/commit/dc08873f026363e739d45eb3f42c57b5af345276
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2017-05-07 (Sun, 07 May 2017)

  Changed paths:
    M src/engines/nwn/gui/ingame/ingame.cpp

  Log Message:
  -----------
  NWN: Don't implicitly depend on explicit ScopedPtr bool conversion

Because this won't compile in C++11 mode, by design.


  Commit: 606b1cbfbbff1bb6bea7741e6543267cd7e9cb08
      https://github.com/xoreos/xoreos/commit/606b1cbfbbff1bb6bea7741e6543267cd7e9cb08
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2017-05-07 (Sun, 07 May 2017)

  Changed paths:
    M src/engines/dragonage/campaign.cpp

  Log Message:
  -----------
  DRAGONAGE: Use our ScopedPtr instead of std::auto_ptr

std::auto_ptr is deprecated in C++11, and we have a ScopedPtr for
exactly this reason.


  Commit: ba03b7b8dde102debc63eaa142289e09d40740a1
      https://github.com/xoreos/xoreos/commit/ba03b7b8dde102debc63eaa142289e09d40740a1
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2017-05-07 (Sun, 07 May 2017)

  Changed paths:
    M src/engines/dragonage2/campaign.cpp

  Log Message:
  -----------
  DRAGONAGE2: Use our ScopedPtr instead of std::auto_ptr

std::auto_ptr is deprecated in C++11, and we have a ScopedPtr for
exactly this reason.


Compare: https://github.com/xoreos/xoreos/compare/052caa60b661...ba03b7b8dde1


More information about the xoreos-git mailing list