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

fix: move nullptr_t definition to sdk_common.h #45

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

Conversation

zhangyx1998
Copy link

@zhangyx1998 zhangyx1998 commented Sep 30, 2024

Move definition of nullptr_t to sdk_common.h (it was previously located in sl_lidar_driver.cpp) to sdkcommon.h so sl_async_transceiver.cpp can also access it.

Before applying this change, compile will end with error because nullptr_t is not defined at sdk/src/sl_async_transceiver.cpp:204.

This change has been tested with gcc version 13.2.0 (Ubuntu 13.2.0-23ubuntu4)

…h so sl_async_transceiver.cpp can also access it
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