[HIPIFY][fix][#204] Suppress warning message: #pragma once in main file
Tento commit je obsažen v:
@@ -110,4 +110,12 @@ std::error_code real_path(const Twine &path, SmallVectorImpl<char> &output,
|
||||
#endif
|
||||
}
|
||||
|
||||
bool pragma_once_outside_header() {
|
||||
#if LLVM_VERSION_MAJOR < 4
|
||||
return false;
|
||||
#else
|
||||
return true;
|
||||
#endif
|
||||
}
|
||||
|
||||
} // namespace llcompat
|
||||
|
||||
Odkázat v novém úkolu
Zablokovat Uživatele