Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
最近,我正在修改 Chromium 的一些代码。当我尝试使用OTL+ODBC连接mysql时,遇到了一些问题。根据 Google C++ 风格指南,OTL 使用了很多不能在 Chromium 项目中使用的“try,catch,throw”短语。有什么方法可以在 Chromium 中使用它们吗?