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
Users are still in the standard namespace at all times
Users use the ez namespace by default
From any ez project, you can call Drive and it will refer to ez::Drive instead of std::Drive
PROS Kernel Version: 4.1.1 EZ-Template Version: 3.2.1 Other Libraries:
The text was updated successfully, but these errors were encountered:
Possibly breaking, might not be able to fix until 4.0
Sorry, something went wrong.
No branches or pull requests
Expected Behavior
Users are still in the standard namespace at all times
Actual Behavior
Users use the ez namespace by default
Steps to Reproduce
From any ez project, you can call Drive and it will refer to ez::Drive instead of std::Drive
Versions
PROS Kernel Version: 4.1.1
EZ-Template Version: 3.2.1
Other Libraries:
OPTIONAL: Additional Information
The text was updated successfully, but these errors were encountered: