Merge pull request #431 from danyougle/patch-2

android.hpp: custom header guard _clang_
pull/434/head
Cedric Nugteren 2022-04-14 10:26:52 +02:00 committed by GitHub
commit 9e2ccb7f2b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@
#ifndef CLBLAST_ANDROID_HPP_
#define CLBLAST_ANDROID_HPP_
#ifndef __clang__ // not to include custom impl to avoid ambiguous definition
// =================================================================================================
#include <cstdlib>
@ -42,6 +42,6 @@ inline int stoi( const std::string& str, std::size_t* pos = 0, int base = 10) {
}
// =================================================================================================
#endif // clang header guard
// CLBLAST_ANDROID_HPP_
#endif