You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 24, 2025. It is now read-only.
According to the instructions of the following issue, we need to convert base::clamp to std::clamp. After this work is completed, the base/cxx17_backports.h file needs to be deleted. This work is still in progress.
At this stage, I found that only bazel/mini_chromium.BUILD needs to be modified in the code base of maldoca. The other references come from mini_chromium, and I have submitted the code to the mini_chromium code base.
According to the instructions of the following issue, we need to convert base::clamp to std::clamp. After this work is completed, the base/cxx17_backports.h file needs to be deleted. This work is still in progress.
https://bugs.chromium.org/p/chromium/issues/detail?id=1373621
At this stage, I found that only bazel/mini_chromium.BUILD needs to be modified in the code base of maldoca. The other references come from mini_chromium, and I have submitted the code to the mini_chromium code base.