Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/cpp/include/__bits/functional/bind.hpp

    r69cc156 r7dcce0a  
    11/*
    2  * Copyright (c) 2018 Jaroslav Jindrak
     2 * Copyright (c) 2019 Jaroslav Jindrak
    33 * All rights reserved.
    44 *
     
    3333#include <__bits/functional/invoke.hpp>
    3434#include <__bits/functional/reference_wrapper.hpp>
     35#include <cassert>
    3536#include <tuple>
    3637#include <type_traits>
     
    133134                constexpr decltype(auto) operator[](const bind_t<R, B, F, BindArgs...> b)
    134135                {
     136                    __unimplemented();
    135137                    return b; // TODO: bind subexpressions
    136138                }
Note: See TracChangeset for help on using the changeset viewer.