Opened 22 months ago
Closed 22 months ago
#6359 closed change (fixed)
[emscripten] use C++14 instead of C++1z
Reported by: | sergz | Assignee: | sergz |
---|---|---|---|
Priority: | Unknown | Milestone: | |
Module: | Core | Keywords: | |
Cc: | hfiguiere | Blocked By: | |
Blocking: | Platform: | Unknown / Cross platform | |
Ready: | yes | Confidential: | no |
Tester: | Unknown | Verified working: | no |
Review URL(s): |
Description
Background
Since our priorities changed and now we are planning to rather use that code natively in libadblockplus it would be better to synchronize the version of C++ among the project, namely set it to C++14 #6063.
What to change
change meson.build and adjust the code if required.
Change History (3)
comment:1 Changed 22 months ago by sergz
- Status changed from new to reviewing
comment:2 Changed 22 months ago by abpbot
comment:3 Changed 22 months ago by sergz
- Resolution set to fixed
- Status changed from reviewing to closed
Note: See
TracTickets for help on using
tickets.
A commit referencing this issue has landed:
Issue 6359 - use C++14 instead of C++1z