开发平台(Platform): (Ex: Win10, Linux, ...)
win10
编译器(Ex: GCC, clang, VC++...)+目标环境(跟开发平台不同的话需列出)
vs 2015, vs2017
问题(Question):
相同的Code
vs2015 : 正确没有错误
vs2017 : (多个相同错误) 没有可接受的转换
想请问一下有办法让vs2017正确编译吗(不使用 disable)
预期的正确结果(Expected Output):
vs2015: no error
vs2017: no error
错误结果(Wrong Output):
vs2015: no error
vs2017: 没有可接受的转换
程式码(Code):(请善用置底文网页, 记得排版)
错误都在operator + - / *
注: 会取这个标题是因为原本vs2017连 fraction += 1 都不给我转换
但是PO文的时候却变成可以
但是operator +-*/仍然不给转
header:
http://codepad.org/JIfcHK3v
source:
http://codepad.org/cN50bupE