[Commits] [wesnoth/wesnoth] 0f8878: replace typedef'ed type uintmax_t by its long form...

GitHub noreply at github.com
Sun Nov 30 17:28:11 UTC 2014


  Branch: refs/heads/1.12
  Home:   https://github.com/wesnoth/wesnoth
  Commit: 0f887872a78d168d19c304ead7ab0d31ed2997f7
      https://github.com/wesnoth/wesnoth/commit/0f887872a78d168d19c304ead7ab0d31ed2997f7
  Author: anonymissimus <anonymissimus at arcor.de>
  Date:   2014-11-30 (Sun, 30 Nov 2014)

  Changed paths:
    M src/filesystem_boost.cpp

  Log Message:
  -----------
  replace typedef'ed type uintmax_t by its long form unsigned long long

It seems this type is not yet available in MSVC9, only in later versions.

Conflicts:

	src/filesystem_boost.cpp


  Commit: 9c39e7c79c46d27c7a31433cbe726cb561e00a4d
      https://github.com/wesnoth/wesnoth/commit/9c39e7c79c46d27c7a31433cbe726cb561e00a4d
  Author: anonymissimus <anonymissimus at arcor.de>
  Date:   2014-11-30 (Sun, 30 Nov 2014)

  Changed paths:
    M src/filesystem_boost.cpp

  Log Message:
  -----------
  add and use constructor (instead of assignment)

This fixes a MSVC warning about "cannot instantiate
customcodecvt_do_conversion_writer".


  Commit: 7ae79e8b18e95d22e16a2f8dd2856911eba63c55
      https://github.com/wesnoth/wesnoth/commit/7ae79e8b18e95d22e16a2f8dd2856911eba63c55
  Author: anonymissimus <anonymissimus at arcor.de>
  Date:   2014-11-30 (Sun, 30 Nov 2014)

  Changed paths:
    M projectfiles/VC9/wesnothlib.vcproj

  Log Message:
  -----------
  vc project update


Compare: https://github.com/wesnoth/wesnoth/compare/99b6c428d879...7ae79e8b18e9


More information about the Commits mailing list