mirror of
https://github.com/boostorg/range.git
synced 2025-07-30 04:47: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;
|
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