diff --git a/ClockReceiver/ClockReceiver.hpp b/ClockReceiver/ClockReceiver.hpp index c929aa186..e19299fb3 100644 --- a/ClockReceiver/ClockReceiver.hpp +++ b/ClockReceiver/ClockReceiver.hpp @@ -149,7 +149,7 @@ template class WrappedInt { Flushes the value in @c this. The current value is returned, and the internal value is reset to zero. */ - forceinline template Result flush() { + template Result flush() { // Jiggery pokery here; switching to function overloading avoids // the namespace-level requirement for template specialisation. Result r;