Skip to content

Commit 224c948

Browse files
committed
avoid 'extra ; in struct' warnings
1 parent 9c15577 commit 224c948

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

inst/include/boost/simd/swar/functions/details/topology.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ namespace boost { namespace simd { namespace details
126126
#define M3(z,n,t) \
127127
template<typename Permutation> struct topology<Permutation,n> \
128128
{ \
129-
BOOST_PP_REPEAT(n,M0,n); \
129+
BOOST_PP_REPEAT(n,M0,n) \
130130
\
131131
typedef boost::mpl:: \
132132
int_< true BOOST_PP_REPEAT(n,M1,n) \

0 commit comments

Comments
 (0)