@@ -1443,9 +1443,9 @@ namespace UnifiedRegex
1443
1443
// ----------------------------------------------------------------------
1444
1444
1445
1445
template <>
1446
- inline BOITestInst<true >::BOITestInst() : Inst(BOIHardFailTest) {}
1446
+ BOITestInst<true >::BOITestInst() : Inst(BOIHardFailTest) {}
1447
1447
template <>
1448
- inline BOITestInst<false >::BOITestInst() : Inst(BOITest) {}
1448
+ BOITestInst<false >::BOITestInst() : Inst(BOITest) {}
1449
1449
1450
1450
template <bool canHardFail>
1451
1451
inline bool BOITestInst<canHardFail>::Exec(REGEX_INST_EXEC_PARAMETERS) const
@@ -1491,9 +1491,9 @@ namespace UnifiedRegex
1491
1491
// ----------------------------------------------------------------------
1492
1492
1493
1493
template <>
1494
- inline EOITestInst<true >::EOITestInst() : Inst(EOIHardFailTest) {}
1494
+ EOITestInst<true >::EOITestInst() : Inst(EOIHardFailTest) {}
1495
1495
template <>
1496
- inline EOITestInst<false >::EOITestInst() : Inst(EOITest) {}
1496
+ EOITestInst<false >::EOITestInst() : Inst(EOITest) {}
1497
1497
1498
1498
template <bool canHardFail>
1499
1499
inline bool EOITestInst<canHardFail>::Exec(REGEX_INST_EXEC_PARAMETERS) const
@@ -1593,9 +1593,9 @@ namespace UnifiedRegex
1593
1593
// ----------------------------------------------------------------------
1594
1594
1595
1595
template <>
1596
- inline WordBoundaryTestInst<true >::WordBoundaryTestInst() : Inst(NegatedWordBoundaryTest) {}
1596
+ WordBoundaryTestInst<true >::WordBoundaryTestInst() : Inst(NegatedWordBoundaryTest) {}
1597
1597
template <>
1598
- inline WordBoundaryTestInst<false >::WordBoundaryTestInst() : Inst(WordBoundaryTest) {}
1598
+ WordBoundaryTestInst<false >::WordBoundaryTestInst() : Inst(WordBoundaryTest) {}
1599
1599
1600
1600
template <bool isNegation>
1601
1601
inline bool WordBoundaryTestInst<isNegation>::Exec(REGEX_INST_EXEC_PARAMETERS) const
0 commit comments