mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-02-09 10:55:03 +00:00
[pstl] Remove stray semicolon
llvm-svn: 368302
This commit is contained in:
parent
dd591977e0
commit
2153607379
@ -42,7 +42,7 @@ template <typename _Tp>
|
||||
std::true_type __lazy_or(_Tp, std::true_type)
|
||||
{
|
||||
return std::true_type{};
|
||||
};
|
||||
}
|
||||
|
||||
template <typename _Tp>
|
||||
inline _Tp
|
||||
|
Loading…
x
Reference in New Issue
Block a user