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
For librealsense2 v2.18.0 Please consider conditionally defining the STRINGIFY macro in rs.h (line 30) as that is quite a popular macro name.
i.e. #ifndef STRINGIFY #define STRINGIFY(x) #x #endif
#ifndef STRINGIFY
#define STRINGIFY(x) #x
#endif
The text was updated successfully, but these errors were encountered:
@GrubbyHalo - Should be included in the next release, thank you for suggesting it
Sorry, something went wrong.
Addressing IntelRealSense#3159 - Conditionally define STRINGIFY in rs.h
a65dd76
@GrubbyHalo Now added to v2.19. Please have a try. Thanks!
No branches or pull requests
For librealsense2 v2.18.0
Please consider conditionally defining the STRINGIFY macro in rs.h (line 30) as that is quite a popular macro name.
i.e.
#ifndef STRINGIFY
#define STRINGIFY(x) #x
#endif
The text was updated successfully, but these errors were encountered: