-
Notifications
You must be signed in to change notification settings - Fork 63
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
Bug fixes for gcc 4.8 make_unique #106
Conversation
The build tests fail with this patch: |
what is your _GCC_VERSION__ in the test
…On Mon, Jun 29, 2020 at 3:55 PM Nels ***@***.***> wrote:
The build tests fail with this patch:
[ 41%] Building CXX object
src/core/catchment/giuh/CMakeFiles/core_catchment_giuh.dir/GiuhJsonReader.cpp.o
In file included from
/Users/runner/runners/2.263.0/work/ngen/ngen/src/core/catchment/giuh/GiuhJsonReader.cpp:1:
/Users/runner/runners/2.263.0/work/ngen/ngen/include/core/catchment/giuh/GiuhJsonReader.h:31:34:
error: call to 'make_unique' is ambiguous
data_json_tree = std::make_unique(tree);
^~~~~~~~~~~~~~~~~~~~~~~
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#106 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AF6KABAUADOENMLHCG4QEPLRZD5UXANCNFSM4OLQYDTA>
.
--
Donald W Johnson
205-347-1467
National Water Center
Tuscaloosa AL
|
I pushed a commit that should fix this.
On Mon, Jun 29, 2020 at 4:44 PM Donald Johnson - NOAA Affiliate <
donald.w.johnson@noaa.gov> wrote:
… what is your _GCC_VERSION__ in the test
On Mon, Jun 29, 2020 at 3:55 PM Nels ***@***.***> wrote:
> The build tests fail with this patch:
> [ 41%] Building CXX object
> src/core/catchment/giuh/CMakeFiles/core_catchment_giuh.dir/GiuhJsonReader.cpp.o
> In file included from
> /Users/runner/runners/2.263.0/work/ngen/ngen/src/core/catchment/giuh/GiuhJsonReader.cpp:1:
> /Users/runner/runners/2.263.0/work/ngen/ngen/include/core/catchment/giuh/GiuhJsonReader.h:31:34:
> error: call to 'make_unique' is ambiguous
> data_json_tree = std::make_unique(tree);
> ^~~~~~~~~~~~~~~~~~~~~~~
>
> —
> You are receiving this because you authored the thread.
> Reply to this email directly, view it on GitHub
> <#106 (comment)>, or
> unsubscribe
> <https://github.com/notifications/unsubscribe-auth/AF6KABAUADOENMLHCG4QEPLRZD5UXANCNFSM4OLQYDTA>
> .
>
--
Donald W Johnson
205-347-1467
National Water Center
Tuscaloosa AL
--
Donald W Johnson
205-347-1467
National Water Center
Tuscaloosa AL
|
Closes #81 |
Fix issues with use of make_unique with gcc 4.8.5 and other Centos 7 issues. Addresses issue #81.
Additions
Removals
Changes
Testing
Screenshots
Notes
Todos
Checklist
Testing checklist (automated report can be put here)
Target Environment support