freebsd-ports/games/hexxagon/files/patch-src__libhexx__bitboard64.h
Martin Wilke 6eb408d7bc - Fix build with gcc 4.2
PR:		113863
Submitted by:	Max Brazhnikov <makc@issp.ac.ru> (maintainer)
2007-06-21 10:02:21 +00:00

16 lines
412 B
C++

--- ./src/libhexx/bitboard64.h.orig Fri Jan 14 00:19:07 2005
+++ ./src/libhexx/bitboard64.h Sun Jun 3 18:27:59 2007
@@ -26,8 +26,12 @@
#include <netinet/in.h>
#include <iostream>
-namespace libhexx
+namespace libhexx
{
+
+ std::ostream& operator<<(std::ostream &output, const class BitBoard64 &b);
+ std::istream& operator>>(std::istream &input, class BitBoard64 &b);
+
class BitBoard64
{
public: