зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1654112 - Exempt code in webrtc namespace from implicit conversion operator checks. r=andi
Differential Revision: https://phabricator.services.mozilla.com/D105012
This commit is contained in:
Родитель
f51f953e5a
Коммит
e3737b1c60
|
@ -192,6 +192,7 @@ inline bool isInIgnoredNamespaceForImplicitConversion(const Decl *Declaration) {
|
|||
return Name == "std" || // standard C++ lib
|
||||
Name == "__gnu_cxx" || // gnu C++ lib
|
||||
Name == "google_breakpad" || // breakpad
|
||||
Name == "webrtc" || // libwebrtc
|
||||
Name == "testing" || // gtest
|
||||
Name == "rlbox"; // rlbox
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче