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:
@@ -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 *[]) {
|
||||
|
||||
Reference in New Issue
Block a user