Skip to content
Snippets Groups Projects

TrigT1NSWSimTools: Fix compilation with gcc 11.

Merged Scott Snyder requested to merge ssnyder/athena:gcc11.TrigT1NSWSimTools-20201211 into master
3 files
+ 12
4
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -61,8 +61,8 @@ public:
}
//constructor
float32fixed<T>(const float32fixed<T>&) = default;
float32fixed<T>(float32fixed<T>&&) = default;
float32fixed(const float32fixed<T>&) = default;
float32fixed(float32fixed<T>&&) = default;
// assignment
float32fixed<T>& operator=(const float32fixed<T> &other) = default;
Loading