mirror of
https://github.com/boostorg/range.git
synced 2025-07-29 20:37:25 +02:00
Merge pull request #77 from MBoldyrev/MBoldyrev-doc-fix-var-name
fixed variable name in docs
This commit is contained in:
@ -354,7 +354,7 @@ int main(int, const char*[])
|
||||
char tc;
|
||||
BOOST_FOREACH(boost::tie(ti, tc), boost::combine(v, l))
|
||||
{
|
||||
std::cout << '(' << ti << ',' << tv << ')' << '\n';
|
||||
std::cout << '(' << ti << ',' << tc << ')' << '\n';
|
||||
}
|
||||
|
||||
return 0;
|
||||
|
Reference in New Issue
Block a user