Is there any methods to use "try,catch,throw in C++" in the Chromium Project Code

99 Views Asked by At

Recently, I'm working on changing some code of Chromium. When I try to use OTL+ODBC to connect mysql, I meet some problems. The OTL used lots of "try,catch,throw" phrases which cannot be used in Chromium Project according to the Google C++ style guide. Is there any method to enable to use them in Chromium?

0

There are 0 best solutions below