Skip to content
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

Adapt asn.1 compiler to generate c++17 compliant code #5

Open
rcapurro-core opened this issue Jul 16, 2021 · 1 comment
Open

Adapt asn.1 compiler to generate c++17 compliant code #5

rcapurro-core opened this issue Jul 16, 2021 · 1 comment

Comments

@rcapurro-core
Copy link

Right now the generated C++ code by the compiler do not compile under the C++17 standard due to the use of deprecated std::mem_fun1_t() and std::bind1st() functions.
See https://en.cppreference.com/w/cpp/utility/functional/mem_fun_t
and https://en.cppreference.com/w/cpp/utility/functional/bind12
Also may be the runtime library should be updated, not sure of the impact.

@tysonite
Copy link
Owner

Sounds good to me. It would be necessary to decide if C+11/14 support is still required while dropping above functions. If you are interested to have this, please provide a PR, I'll support reviews.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants