We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
auto_ptr removed: https://en.cppreference.com/w/cpp/memory/auto_ptr
MuParser 2.3.4 doesn't use it: https://github.com/beltoforion/muparser/blob/d9e2df6c35549edf0b36cbe491cb55c57750ae2b/src/muParserTokenReader.cpp#L157C3-L157C18
Error (with no C++ standard set in CMake, from zig c++ and Ninja):
zig c++
/sdna_plus/sDNA/sdna_vs2008/../muparser/drop/include/muParserBase.h:285:10: error: no template named 'auto_ptr' in namespace 'std' 285 | std::auto_ptr<token_reader_type> m_pTokenReader; ///< Managed pointer to the token reader object. | ~~~~~^ 2 errors generated. ninja: build stopped: subcommand failed.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
auto_ptr removed: https://en.cppreference.com/w/cpp/memory/auto_ptr
MuParser 2.3.4 doesn't use it:
https://github.com/beltoforion/muparser/blob/d9e2df6c35549edf0b36cbe491cb55c57750ae2b/src/muParserTokenReader.cpp#L157C3-L157C18
Error (with no C++ standard set in CMake, from
zig c++
and Ninja):The text was updated successfully, but these errors were encountered: