Commit 9e3d4743 authored by Anton Bukov's avatar Anton Bukov

Merge pull request #4 from mmalcolm/master

Fix compile on linux gcc 3.7.2. Change the name of the template paramete...
parents a42067d7 f25018cd
......@@ -713,8 +713,8 @@ namespace boolinq
return unbits(direction).unbytes<TRet>(bytesDirection);
}
template<typename TE>
friend std::ostream & operator << (std::ostream & stream, LinqObj<TE> linq);
template<typename TE_>
friend std::ostream & operator << (std::ostream & stream, LinqObj<TE_> linq);
};
template<typename TE>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment