[Commits] [wesnoth/wesnoth] 1fc988: GUI2/Grid: explicitly delete copy and move ctors

GitHub noreply at github.com
Fri Aug 25 10:22:39 UTC 2017


  Branch: refs/heads/some_gui2_refactoring
  Home:   https://github.com/wesnoth/wesnoth
  Commit: 1fc988f4960055b09b9af989c4f115a7f3a1da5d
      https://github.com/wesnoth/wesnoth/commit/1fc988f4960055b09b9af989c4f115a7f3a1da5d
  Author: Charles Dang <exodia339 at gmail.com>
  Date:   2017-08-25 (Fri, 25 Aug 2017)

  Changed paths:
    M src/gui/widgets/grid.hpp

  Log Message:
  -----------
  GUI2/Grid: explicitly delete copy and move ctors

The base class (widget) copy ctor and assignment operator are deleted, but this is to try to fix
some test build errors with GCC.





More information about the Commits mailing list