ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE-4/src/utils/BitSet.hpp
(Generate patch)

Comparing trunk/OOPSE-4/src/utils/BitSet.hpp (file contents):
Revision 1996 by tim, Fri Feb 11 22:35:05 2005 UTC vs.
Revision 2008 by tim, Sun Feb 13 19:10:25 2005 UTC

# Line 43 | Line 43
43   #define UTILS_BITSET_HPP
44  
45   #include <iostream>
46 #include <functional>
46   #include <vector>
47   namespace oopse {
48  
# Line 143 | Line 142 | template<typename T>
142          std::vector<char> bitset_;
143   };
144  
146 template<typename T>
147 struct logical_xor :public std::binary_function<T, T, bool> {
148    double operator()(T x, T y) { return x ^ y; }
149 };
145  
146   }
147   #endif

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines