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

Conditionally define STRINGIFY macro #3159

Closed
GrubbyHalo opened this issue Jan 28, 2019 · 2 comments
Closed

Conditionally define STRINGIFY macro #3159

GrubbyHalo opened this issue Jan 28, 2019 · 2 comments
Labels

Comments

@GrubbyHalo
Copy link

GrubbyHalo commented Jan 28, 2019

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

@dorodnic dorodnic added the bug label Jan 28, 2019
@dorodnic
Copy link
Contributor

@GrubbyHalo - Should be included in the next release, thank you for suggesting it

dorodnic added a commit to dorodnic/librealsense that referenced this issue Feb 24, 2019
@dorodnic dorodnic mentioned this issue Feb 24, 2019
@RealSenseCustomerSupport
Copy link
Collaborator


@GrubbyHalo Now added to v2.19. Please have a try. Thanks!

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

No branches or pull requests

3 participants