forked from boostorg/range
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;
|
char tc;
|
||||||
BOOST_FOREACH(boost::tie(ti, tc), boost::combine(v, l))
|
BOOST_FOREACH(boost::tie(ti, tc), boost::combine(v, l))
|
||||||
{
|
{
|
||||||
std::cout << '(' << ti << ',' << tv << ')' << '\n';
|
std::cout << '(' << ti << ',' << tc << ')' << '\n';
|
||||||
}
|
}
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
|
Reference in New Issue
Block a user