Changeset 1362
- Timestamp:
- 08/08/08 23:54:45 (5 months ago)
- Files:
-
- trunk/include/pqxx/util.hxx (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/include/pqxx/util.hxx
r1353 r1362 345 345 }; 346 346 template<typename T> struct deref_ptr { T operator()(T *i) const {return *i;} }; 347 } 347 } // namespace internal 348 348 349 349
