try to move to STL for some parts that don't want any sharing nor
detaching
Details
Details
- Reviewers
dhaumann - Commits
- R39:765d5674c5e5: use STL were no implicit sharing is required
make && make test
Diff Detail
Diff Detail
- Repository
- R39 KTextEditor
- Lint
Automatic diff as part of commit; lint not applicable. - Unit
Automatic diff as part of commit; unit tests not applicable.
Comment Actions
Looks good, please commit. With these kind of changes, we soon support up to 2^64 lines in a document? ;)
Comment Actions
I will do some more things, therefore one can wait bit with reviewing, beside if you see some faults ;=)
Comment Actions
Looks still good to me.
src/buffer/katetextblock.cpp | ||
---|---|---|
64 | Is there a reason why this assert is useless now? |
src/buffer/katetextblock.cpp | ||
---|---|---|
64 | .at() will throw (or abort) |