-
-
Notifications
You must be signed in to change notification settings - Fork 386
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ModelSkin.cpp, ambiguous operator compilation issue #4839
Comments
Here is the complete error log:
The compiler swears at: Line 47 in cde7642
Line 195 in cde7642
pioneer/src/scenegraph/ModelSkin.cpp Line 114 in cde7642
pioneer/src/scenegraph/ModelSkin.cpp Line 117 in cde7642
Line 191 in cde7642
I would like to clarify that I personally do not have such a problem. |
Hmm... looks like VS is complaining that a Json value can be converted to either a I haven't noticed any breaking issues with the MSVC compilation on appveyor, but you can simply convert each of those call sites to e.g. |
Given the discussion here (have I linked this before? It seems familiar...), my best guess is that there's a std::string constructor in newer versions of MSVC that is throwing those errors. In general, looks like we can simply call Overall, it looks like we should be using |
on it |
This is a compilation issue:
On Visual Studio, but also seen on other compilers apparently, the following error message occurs.
@Web-eWorks as usual Visual Studio is being super helpful there with it's template expansion.
It says that it's an error, and has been there since 3a3a13e however the code still builds (obviously) and runs fine as far as I know.
The text was updated successfully, but these errors were encountered: