blob: 3fb5aafb79d79f389d2630e7aa0cf3bbdc7efa02 [file] [log] [blame]
/* ----------------------------------------------------------------------- *//**
*
* @file TypeTraits_proto.hpp
*
*//* ----------------------------------------------------------------------- */
#ifndef MADLIB_POSTGRES_TYPETRAITS_PROTO_HPP
#define MADLIB_POSTGRES_TYPETRAITS_PROTO_HPP
namespace madlib {
namespace dbconnector {
namespace postgres {
template <typename T>
struct TypeTraits;
} // namespace postgres
} // namespace dbconnector
} // namespace madlib
#endif // defined(MADLIB_POSTGRES_TYPETRAITS_PROTO_HPP)