Fix failing MSVC tests due to compiler bugs.

This commit is contained in:
Antonio Sánchez
2023-03-10 22:36:57 +00:00
committed by Rasmus Munk Larsen
parent d6235d76db
commit 394aabb0a3
4 changed files with 42 additions and 5 deletions

View File

@@ -10,6 +10,7 @@
#include "packetmath_test_shared.h"
#include "random_without_cast_overflow.h"
#include "packet_ostream.h"
template <typename T>
inline T REF_ADD(const T& a, const T& b) {