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

next_permutation, prev_permutation が、入力が sub の場合に正しくない結果を返す

bolero-MURAKAMI opened this issue · comments

実装の問題。
sub のネストを可能にするか、copy_from のようなアルゴリズムを新たに作ればよいかのしれない。