remove ostd::

master
Daniel Kolesa 2017-03-30 17:53:37 +02:00
parent cce56226c7
commit 87e619485d
1 changed files with 1 additions and 1 deletions

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) {