bolero-MURAKAMI / Sprout

C++11/14 constexpr based Containers, Algorithms, Random numbers, Parsing, Ray tracing, Synthesizer, and others.

Home Page:http://bolero-murakami.github.io/Sprout/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

find_end が特定の入力で誤った結果を返す

bolero-MURAKAMI opened this issue · comments

コード:
http://melpon.org/wandbox/permlink/F42DPSuhBeE8yVAj

入力が非 RandomAccess の場合は正しい結果になる。
RandomAccess 版の実装が誤っていると思われる。

暫定的な対応として、RandomAccess 版の実装をコメントアウトし、常に Forward 版の実装が呼ばれるようにした。
Forward 版でもオーダーはほぼ変わらないので、当面はこれをもって対応とする。

まだ closed にはしないでおく。

修正されたので Close.
#27