// file : cutl/meta/remove-p.hxx // copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file #ifndef CUTL_META_REMOVE_P_HXX #define CUTL_META_REMOVE_P_HXX namespace cutl { namespace meta { template struct remove_p { typedef X r; }; template struct remove_p { typedef X r; }; } } #endif // CUTL_META_REMOVE_P_HXX