remove ostd::

This commit is contained in:
q66 2017-03-30 17:53:37 +02:00
parent cce56226c7
commit 87e619485d

View file

@ -9,7 +9,7 @@ int main() {
* on the scheduler currently in use - several schedulers are shown
*/
auto foo = []() {
auto arr = ostd::iter({ 150, 38, 76, 25, 67, 18, -15, 215, 25, -10 });
auto arr = iter({ 150, 38, 76, 25, 67, 18, -15, 215, 25, -10 });
auto c = make_channel<int>();
auto f = [](auto c, auto half) {