#65844 closed defect (fixed)
libphonenumber-cpp needs C++14
Reported by: | ryandesign (Ryan Carsten Schmidt) | Owned by: | dbevans (David B. Evans) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.7.2 |
Keywords: | Cc: | mascguy (Christopher Nielsen) | |
Port: | libphonenumber-cpp |
Description
libphonenumber-cpp needs C++14:
/opt/local/var/macports/build/_opt_bblocal_var_buildworker_ports_build_ports_devel_libphonenumber-cpp/libphonenumber-cpp/work/build/_deps/abseil-cpp-src/absl/base/policy_checks.h:79:2: error: "C++ versions less than C++14 are not supported." #error "C++ versions less than C++14 are not supported."
Change History (6)
comment:1 Changed 2 years ago by mascguy (Christopher Nielsen)
Cc: | mascguy added |
---|
comment:2 Changed 2 years ago by Christopher Nielsen <mascguy@…>
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
comment:3 follow-up: 5 Changed 2 years ago by Christopher Nielsen <mascguy@…>
comment:4 Changed 2 years ago by Christopher Nielsen <mascguy@…>
comment:5 follow-up: 6 Changed 2 years ago by ryandesign (Ryan Carsten Schmidt)
Replying to Christopher Nielsen <mascguy@…>:
libphonenumber-cpp: needs cxx 2017
Why do you think it needs C++17?
comment:6 Changed 2 years ago by mascguy (Christopher Nielsen)
Replying to ryandesign:
Why do you think it needs C++17?
While the project itself may spec 2014, that may not be sufficient for the internal build of Abseil:
Note: See
TracTickets for help on using
tickets.
In f64d2b48cd647109a031321252a996e16b3ce48c/macports-ports (master):