Thanks for looking into this Router
This commit is contained in:
Liru Færs
2019-04-13 10:07:34 -04:00
committed by GitHub
parent 5228451c9c
commit 5e12a9d057

View File

@@ -108,8 +108,6 @@ typedef U8 LLPCode;
#define LL_ARRAY_SIZE( _kArray ) ( sizeof( (_kArray) ) / sizeof( _kArray[0] ) )
#endif
#if __GNUG__ && __GNUC__ < 5
namespace std
{
@@ -121,3 +119,5 @@ namespace std
};
}
#endif
#endif