-
Notifications
You must be signed in to change notification settings - Fork 681
Promote "Upgrade C++ standard version from 17 to 20" #954
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
Conversation
|
This pull request was exported from Phabricator. Differential Revision: D79855023 |
Summary:
Promote {D79466725}.
Reviewed By: ssj933
Differential Revision: D79855023
a9fe9ce to
0afc59c
Compare
|
This pull request was exported from Phabricator. Differential Revision: D79855023 |
1 similar comment
|
This pull request was exported from Phabricator. Differential Revision: D79855023 |
Summary: Pull Request resolved: facebook#954 Promote {D79466725}. Reviewed By: ssj933 Differential Revision: D79855023
0afc59c to
5be395e
Compare
|
This pull request was exported from Phabricator. Differential Revision: D79855023 |
Summary: Pull Request resolved: facebook#954 Promote {D79466725}. Reviewed By: ssj933 Differential Revision: D79855023
5be395e to
a59ea87
Compare
Summary: Work around https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116731. Address OSS build error: ``` ../repo/service/cse/CommonSubexpressionElimination.cpp: In member function 'boost::optional<long unsigned int> {anonymous}::Analyzer::get_value_id(const {anonymous}::IRValue&) const': ../repo/service/cse/CommonSubexpressionElimination.cpp:755:23: error: loop variable '<structured bindings>' creates a copy from type 'const std::pair<const DexMethodRef* const, const DexMethodRef*>' [-Werror=range-loop-construct] 755 | for (const auto [box_method, unbox_method] : | ^~~~~~~~~~~~~~~~~~~~~~~~~~ ../repo/service/cse/CommonSubexpressionElimination.cpp:755:23: note: use reference type to prevent copying 755 | for (const auto [box_method, unbox_method] : | ^~~~~~~~~~~~~~~~~~~~~~~~~~ | & ``` Reviewed By: agampe Differential Revision: D79912175
Summary:
Promote {D79466725}.
Reviewed By: ssj933
Differential Revision: D79855023
a59ea87 to
db09b02
Compare
|
This pull request was exported from Phabricator. Differential Revision: D79855023 |
Summary: Pull Request resolved: #954 Promote {D79466725}. Reviewed By: ssj933 Differential Revision: D79855023 fbshipit-source-id: 6c15f82bcce73a0407df0bbf45880dd8ecf0144c
|
Fixed by 8371d83 |
Summary: Promote {D79466725}.
Reviewed By: ssj933
Differential Revision: D79855023