/* ----------------------------------------------------------------------- *//** * * @file TypeTraits_proto.hpp * *//* ----------------------------------------------------------------------- */ #ifndef MADLIB_POSTGRES_TYPETRAITS_PROTO_HPP #define MADLIB_POSTGRES_TYPETRAITS_PROTO_HPP namespace madlib { namespace dbconnector { namespace postgres { template struct TypeTraits; } // namespace postgres } // namespace dbconnector } // namespace madlib #endif // defined(MADLIB_POSTGRES_TYPETRAITS_PROTO_HPP)