Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/cpp/include/__bits/thread/future.hpp

    r7dcce0a rb57a3ee  
    11/*
    2  * Copyright (c) 2019 Jaroslav Jindrak
     2 * Copyright (c) 2018 Jaroslav Jindrak
    33 * All rights reserved.
    44 *
     
    3030#define LIBCPP_BITS_THREAD_FUTURE
    3131
    32 #include <cassert>
    3332#include <memory>
    3433#include <system_error>
     
    172171    {
    173172        // TODO: implement
    174         __unimplemented();
    175173    }
    176174
     
    180178    {
    181179        // TODO: implement
    182         __unimplemented();
    183180    }
    184181}
Note: See TracChangeset for help on using the changeset viewer.