MantisBT - VCMI
View Issue Details
0001926VCMIOtherpublic2014-11-02 12:432022-04-12 09:17
matsic 
Mixaill 
normalblockalways
closedfixed 
Visual Studio 2013Windows
0.97 
0.97b 
0001926: project build error on Visual Studio 2013
with commit dc9082d88c44237a015c1f1f6c49b16a91f7c705
Visual Studio prints compile error:
"vcmi\source\AI\FuzzyLite\fuzzylite\fl/defuzzifier/Defuzzifier.h(44): error C2610: 'fl::Defuzzifier::Defuzzifier(fl::Defuzzifier &&)' : is not a special member function which can be defaulted"
1 create Visual Studio project with cmake
2 try to compile
this bug is like
https://svn.boost.org/trac/boost/ticket/10215 [^]
No tags attached.
Issue History
2014-11-02 12:43matsicNew Issue
2014-11-02 13:04matsicNote Added: 0005061
2014-11-02 20:27MixaillAssigned To => Mixaill
2014-11-02 20:27MixaillStatusnew => assigned
2014-11-02 22:09MixaillNote Added: 0005062
2014-11-03 19:41MixaillNote Added: 0005063
2014-11-03 19:41MixaillStatusassigned => resolved
2014-11-03 19:41MixaillFixed in Version => 0.dev
2014-11-03 19:41MixaillResolutionopen => fixed
2014-12-25 13:34WarmongerStatusresolved => new
2014-12-25 13:34WarmongerStatusnew => resolved
2014-12-25 13:34WarmongerFixed in Version0.dev => 0.97b
2022-04-12 09:17PovelitelStatusresolved => closed

Notes
(0005061)
matsic   
2014-11-02 13:04   
Workaround:
explicitly uncheck FL_CPP11 in cmake GUI before generate step
(0005062)
Mixaill   
2014-11-02 22:09   
Should be fixed in Pull Request 51 https://github.com/vcmi/vcmi/pull/51 [^]
(0005063)
Mixaill   
2014-11-03 19:41   
fixed in git