forked from OSchip/llvm-project
Mark __does_policy_contain as 'inline'. Thanks to Chongyu Zhu for the catch
llvm-svn: 193962
This commit is contained in:
parent
b1915875d0
commit
222d1c7f13
|
@ -2331,7 +2331,7 @@ private:
|
|||
}
|
||||
};
|
||||
|
||||
bool __does_policy_contain(launch __policy, launch __value )
|
||||
inline bool __does_policy_contain(launch __policy, launch __value )
|
||||
{ return (int(__policy) & int(__value)) != 0; }
|
||||
|
||||
template <class _Fp, class... _Args>
|
||||
|
|
Loading…
Reference in New Issue