2
0
mirror of https://github.com/boostorg/lambda.git synced 2026-01-22 17:22:48 +00:00

converted tabs to spaces

[SVN r13781]
This commit is contained in:
Jaakko Järvi
2002-05-09 17:05:16 +00:00
parent 2942562072
commit d65bfa94ca
5 changed files with 25 additions and 25 deletions

View File

@@ -234,7 +234,7 @@ void delayed_construction()
vector<pair<int, int> > v;
transform(x.begin(), x.end(), y.begin(), back_inserter(v),
bind(constructor<pair<int, int> >(), _1, _2) );
bind(constructor<pair<int, int> >(), _1, _2) );
}
int test_main(int, char *[]) {