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

Remove NX_PRINT_PREFIX redefinition #49

Closed
wants to merge 2 commits into from
Closed

Conversation

foodprocessor
Copy link
Collaborator

The SDK includes a compiler directive that redefines NX_PRINT_PREFIX to be class-specific.
But this makes it impossible to print outside of a class.
So in this PR, I dropped this redefinition, to allow prints to go anywhere in the code.

What type of Pull Request is this? (check all applicable)

  • Refactor
  • Feature
  • Bug Fix
  • Optimization
  • Documentation Update

Checklist

  • Tested locally

…rs when printing outside of member functions.
@foodprocessor
Copy link
Collaborator Author

This PR was already included in another. Closing...

@foodprocessor foodprocessor deleted the remove-print-def branch August 28, 2024 23:01
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

Successfully merging this pull request may close these issues.

2 participants