mirror of
https://github.com/boostorg/wave.git
synced 2026-01-19 04:42:16 +00:00
Clang warns that a for loop in a sample increments an iterator in both the header and the body. This seems to be done on purpose to skip whitespace. I used std::advance in the header instead, for clarity. Also cleaned up an unused type in the same file while I was there.