Skip to content

Conversation

svalo
Copy link
Contributor

@svalo svalo commented May 30, 2024

Before this change compilation failed with:

src/fileshelter/ui/ShareCreateFormView.cpp:285:29: error: ‘count_if’ is not a member of ‘std’
  285 |                 return std::count_if(std::cbegin(files), std::cend(files),

Before this change compilation failed with:

```cmake
src/fileshelter/ui/ShareCreateFormView.cpp:285:29: error: ‘count_if’ is not a member of ‘std’
  285 |                 return std::count_if(std::cbegin(files), std::cend(files),
```
@epoupon
Copy link
Owner

epoupon commented May 30, 2024

Thanks for the patch, could you please rebase it on the develop branch?

gentoo-bot pushed a commit to gentoo/guru that referenced this pull request Oct 15, 2024
See: epoupon/fileshelter#111
This bug does not affect all build environments.

Closes: https://bugs.gentoo.org/941554
Signed-off-by: Nicolas PARLANT <[email protected]>
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