Commit cfc4db26 authored by Paul's avatar Paul
Browse files

Formatting

parent 58d5dee8
...@@ -44,7 +44,7 @@ struct shape ...@@ -44,7 +44,7 @@ struct shape
template <class T, class = void> template <class T, class = void>
struct get_type; struct get_type;
#define MIGRAPHX_SHAPE_GENERATE_GET_TYPE(x, t) \ #define MIGRAPHX_SHAPE_GENERATE_GET_TYPE(x, t) \
template <class T> \ template <class T> \
struct get_type<t, T> : std::integral_constant<type_t, x> \ struct get_type<t, T> : std::integral_constant<type_t, x> \
{ \ { \
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment