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

[outofcore] Fix compile issue due to missing include under MSVC 2019 #4755

Merged

Conversation

SunBlack
Copy link
Contributor

@SunBlack SunBlack commented May 9, 2021

Without this include I get (MSVC 16.9.4):

1>C:\dev\pcl\outofcore\include\pcl/outofcore/outofcore_breadth_first_iterator.h(103,19): error C2143: syntax error: missing ';' before '<'
1>C:\dev\pcl\outofcore\include\pcl/outofcore/outofcore_breadth_first_iterator.h(105): message : see reference to class template instantiation 'pcl::outofcore::OutofcoreBreadthFirstIterator<PointT,ContainerT>' being compiled
1>C:\dev\pcl\outofcore\include\pcl/outofcore/outofcore_breadth_first_iterator.h(103,1): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>C:\dev\pcl\outofcore\include\pcl/outofcore/outofcore_breadth_first_iterator.h(103,1): error C2238: unexpected token(s) preceding ';'

@kunaltyagi kunaltyagi added changelog: fix Meta-information for changelog generation module: outofcore platform: windows labels May 10, 2021
Copy link
Member

@mvieth mvieth left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@mvieth mvieth merged commit 7e21a6c into PointCloudLibrary:master May 10, 2021
@SunBlack SunBlack deleted the fix_outofcore_breadth_first_iterator branch May 10, 2021 10:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
changelog: fix Meta-information for changelog generation module: outofcore platform: windows
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants