Skip to content

Add find method to cstring

Johan Sjöblom requested to merge cstring-find into rel_1.5

It turns out this method is actually required when compiling with Open3D linked. Open3D uses fmt6 which has a formatter that clashes with the cstring formatter unless the cstring class is (by fmt6) recognized as a 'string-like' class - for which the find method is required.

Merge request reports