Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Set C++ standard to 17 for dynamic_bridge. (#26946)
This uses std::from_chars which is a C++17 feature. Since this is linux, it is safe to say C++17 or higher. Co-authored-by: Andrei Litvin <andreilitvin@google.com>
- Loading branch information