Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Duplicated foward-reference declaration #3274

Merged
merged 1 commit into from
May 11, 2021
Merged

Conversation

thsfs
Copy link
Contributor

@thsfs thsfs commented May 11, 2021

This was causing a compiling error:
nano/nano-node/nano/lib/locks.cpp:231:16: error: duplicate explicit instantiation of ‘class nano::unique_locknano::mutex’ [-fpermissive]
231 | template class unique_locknano::mutex;

@zhyatt zhyatt added the bug label May 11, 2021
@zhyatt zhyatt added this to the V22.0 milestone May 11, 2021
@thsfs thsfs self-assigned this May 11, 2021
@thsfs thsfs merged commit a20d661 into develop May 11, 2021
@thsfs thsfs deleted the duplicated_forward_ref_fix branch May 11, 2021 14:44
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants