boostorg / core

Boost Core Utilities
132 stars 87 forks source link

typo in documentation of boost::combine #44

Closed santoshk17 closed 5 years ago

santoshk17 commented 5 years ago

https://www.boost.org/doc/libs/1_68_0/libs/range/doc/html/range/reference/utilities/combine.html

I would like to fix typo in this boost documentation.

std::cout << '(' << ti << ',' << tv << ')' << '\n'; tv should be tc

Lastique commented 5 years ago

You should report this to Boost.Range. Or, preferably, just create a PR.