URL:
  <http://gna.org/bugs/?22547>

                 Summary: msvc build broken
                 Project: Battle for Wesnoth
            Submitted by: None
            Submitted on: Do 28 Aug 2014 22:31:03 UTC
                Category: Bug
                Severity: 4 - Important
                Priority: 5 - Normal
              Item Group:  None of the others
                  Status: None
                 Privacy: Public
             Assigned to: None
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 1.13.0-dev
        Operating System: windows

    _______________________________________________________

Details:

accoring to the c++ standart, std containers aren't required to allow
incomplete types. Especialy MSVC fails to build wesnoth because of
https://github.com/wesnoth/wesnoth/blob/3efc116abf7e05546286c0b0c0612b7d147a96f6/src/ai/testing/stage_sf_with_rca.hpp#L69


(std::queue<turn_state> states_; with turn_state beeing incomplete)

To fix this issue eigher make turn_state complete or use a boost container
that can handle incomplete types.




    _______________________________________________________

Reply to this item at:

  <http://gna.org/bugs/?22547>

_______________________________________________
  Nachricht gesendet von/durch Gna!
  http://gna.org/


_______________________________________________
Wesnoth-bugs mailing list
[email protected]
https://mail.gna.org/listinfo/wesnoth-bugs

Reply via email to