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

Delete unneeded #define __func__ from pcl_macros.h #6222

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

watk
Copy link

@watk watk commented Jan 20, 2025

This change removes a #define of __func__ for MSVC that is no longer needed. MSVC has supported this since Visual Studio 2015, and pcl only supports Visual Studio 2017 and newer.

Note: I haven't tested this change.

Fixes #6220

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.

[pcl_macros.h] PCL redefines __func__ needlessly to a different value for MSVC
1 participant