Skip to content

Fixes make and incorrect typing on Ubuntu - #11

Open
K.Tolstygin (IsNeron) wants to merge 1 commit into
ImperialCollegeLondon:masterfrom
AgroDT:fixes-typing
Open

K.Tolstygin (IsNeron) wants to merge 1 commit into
ImperialCollegeLondon:masterfrom
AgroDT:fixes-typing

Conversation

@IsNeron

Copy link
Copy Markdown

Hello! I am a big fan of pnflow library, thanks for maintaining it!

Unfortunately, in the current version I've encountered an error in the file src/libvoxel/voxelImage.cpp on line 622.
The error looks like this:

error: redefinition of default argument for ‘class First’
622 | template<class InpT, typename First=uint8_t, typename... Rest>

Because of this error the library does not build on my Ubuntu 22.04 (GCC 13.3.0)
In this pull request I propose a fix for this error, which allows the library to build correctly.

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.

1 participant