mirror of
				https://github.com/Zygo/bees.git
				synced 2025-11-04 04:00:36 +01:00 
			
		
		
		
	clang: fix struct/class declaration/definition mismatches
clang does not like a defined class to be declared as a struct. Signed-off-by: Zygo Blaxell <bees@furryterror.org>
This commit is contained in:
		@@ -165,7 +165,7 @@ public:
 | 
			
		||||
	T at(string idx) const;
 | 
			
		||||
 | 
			
		||||
friend ostream& operator<< <>(ostream &os, const BeesStatTmpl<T> &bs);
 | 
			
		||||
friend class BeesStats;
 | 
			
		||||
friend struct BeesStats;
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
using BeesRates = BeesStatTmpl<double>;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user