aboutsummaryrefslogtreecommitdiffstats
path: root/chilbert/FixBitVec.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'chilbert/FixBitVec.hpp')
-rw-r--r--chilbert/FixBitVec.hpp9
1 files changed, 0 insertions, 9 deletions
diff --git a/chilbert/FixBitVec.hpp b/chilbert/FixBitVec.hpp
index 0eab0e9..d4313ba 100644
--- a/chilbert/FixBitVec.hpp
+++ b/chilbert/FixBitVec.hpp
@@ -379,15 +379,6 @@ grayCodeInv(CFixBitVec& value)
grayCodeInv<CFixBitVec::Rack>(value.rack());
}
-inline std::ostream&
-operator<<(std::ostream& os, const CFixBitVec& vec)
-{
- for (size_t i = 0; i < vec.size(); ++i) {
- os << vec.test(vec.size() - i - 1);
- }
- return os;
-}
-
} // namespace chilbert
#endif