openfoam/applications/utilities/mesh
Mark Olesen e720f823d3 ENH: simplify SubStrings class/handling (remove template parameters)
- previous code used derived string iterators, but these would
  be largely ignored anyhow since the underlying std::sub_match
  str() method would just yields a std::string anyhow.

  The SubStrings::str(size_t) method wasn't used in any code, so now
  just use std::string iterators only.

  This change simplfies overall handling, since it removes an unneeded
  template dependency.
2025-03-31 16:00:07 +02:00
..
advanced ENH: make ITstream positioning methods noexcept 2024-03-06 11:01:57 +01:00
conversion ENH: simplify SubStrings class/handling (remove template parameters) 2025-03-31 16:00:07 +02:00
doc GIT: remove leading/trailing blank lines, trailing whitespace 2020-06-17 10:46:26 +02:00
generation COMP: suppress old-style cast warning (boost/cgal) 2025-03-12 12:14:58 +01:00
manipulation ENH: simplify SubStrings class/handling (remove template parameters) 2025-03-31 16:00:07 +02:00