Skip to content

Commit 2b5f330

Browse files
committed
Keep the "not implemented" exception as a warning/reminder to myself.
1 parent 599ed67 commit 2b5f330

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

include/boost/algorithm/searching/musser_nishanov.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -254,6 +254,7 @@ typename enable_if<
254254

255255
std::pair<CorpusIter, CorpusIter> AL(CorpusIter corpus_first, CorpusIter corpus_last)
256256
{
257+
throw std::runtime_error("Not implemented!");
257258
return std::make_pair(corpus_first, corpus_last);
258259
}
259260

0 commit comments

Comments
 (0)