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

Build issue #17

Open
CEXT-Dan opened this issue Oct 29, 2021 · 2 comments
Open

Build issue #17

CEXT-Dan opened this issue Oct 29, 2021 · 2 comments

Comments

@CEXT-Dan
Copy link

Hi, I get an error when compiling with visual studio 2019

1>C:\Users\Dan\source\repos\ArxBrxConcaveHull\ArxBrxConcaveHull\concaveman.h(215,1): error C2668: 'make_unique': ambiguous call to overloaded function

@aa1000
Copy link

aa1000 commented May 12, 2022

this is a relevant question: https://stackoverflow.com/questions/28521822/c11-14-make-unique-ambigious-overload-for-stdstring
I just changed the name of make_unique to something else in the source code and it compiles fine now.

@vrmaurice
Copy link

just add 'std::' before the 'make_unique' and it will fix

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

No branches or pull requests

3 participants