Skip to content

Commit 2b26dd1

Browse files
committed
Removed not used isaac::uint_dim as it failed to compile
1 parent 0475057 commit 2b26dd1

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

lib/isaac/isaac_types.hpp

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -162,8 +162,8 @@ ISAAC_OVERLOAD_OPERATOR_CREATE(size)
162162
#undef ISAAC_OVERLOAD_OPERATOR_DEF_UNARY
163163
#undef ISAAC_OVERLOAD_OPERATOR_CREATE
164164

165-
#define ISAAC_DIM_TYPES ( 4, ( size, float, int, uint ) )
166-
#define ISAAC_DIM_TYPES_DIM ( 4, ( size_dim, float_dim, int_dim, uint_dim ) )
165+
#define ISAAC_DIM_TYPES ( 3, ( size, float, int ) )
166+
#define ISAAC_DIM_TYPES_DIM ( 3, ( size_dim, float_dim, int_dim ) )
167167

168168
#define ISAAC_DIM_SUBDEF(Z, J, I ) \
169169
template <> \
@@ -176,7 +176,9 @@ ISAAC_OVERLOAD_OPERATOR_CREATE(size)
176176
struct BOOST_PP_CAT( isaac_ , BOOST_PP_ARRAY_ELEM( I, ISAAC_DIM_TYPES_DIM ) ); \
177177
BOOST_PP_REPEAT( 4, ISAAC_DIM_SUBDEF, I )
178178

179-
BOOST_PP_REPEAT( 4, ISAAC_DIM_DEF, ~ )
179+
BOOST_PP_REPEAT( 3, ISAAC_DIM_DEF, ~ )
180+
181+
180182

181183
#undef ISAAC_DIM_SUBDEF
182184
#undef ISAAC_DIM_DEF

0 commit comments

Comments
 (0)