2017-12-01 Jonathan Wakely <jwakely@redhat.com>
+ * include/bits/regex_executor.tcc (_Executor::_M_rep_once_more):
+ Remove semi-colon after function body.
+ * include/bits/uniform_int_dist.h (_Power_of_2): Likewise.
+
* include/tr1/modified_bessel_func.tcc (__airy): Use value-init not
list-init.
// visited more than twice. It's `twice` instead of `once` because
// we need to spare one more time for potential group capture.
template<typename _BiIter, typename _Alloc, typename _TraitsT,
- bool __dfs_mode>
+ bool __dfs_mode>
void _Executor<_BiIter, _Alloc, _TraitsT, __dfs_mode>::
_M_rep_once_more(_Match_mode __match_mode, _StateIdT __i)
{
__rep_count.second--;
}
}
- };
+ }
// _M_alt branch is "match once more", while _M_next is "get me out
// of this quantifier". Executing _M_next first or _M_alt first don't