mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-04 14:08:37 +00:00
Compilation fix 4
This commit is contained in:
parent
4f6a407393
commit
73555c1df1
2 changed files with 35 additions and 18 deletions
|
|
@ -175,11 +175,9 @@ template<typename T, typename T2 = T>
|
|||
struct is_be_t : public std::integral_constant<bool, false> {};
|
||||
|
||||
template<typename T, typename T2>
|
||||
struct is_be_t<be_t<T, T2>, T2> : public std::integral_constant<bool, true>
|
||||
{
|
||||
};
|
||||
struct is_be_t<be_t<T, T2>, T2> : public std::integral_constant<bool, true> {};
|
||||
|
||||
template<typename T>
|
||||
template<typename T, typename T2 = T>
|
||||
struct remove_be_t
|
||||
{
|
||||
typedef T type;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue