Ignore:
Timestamp:
2019-01-12T15:09:49Z (5 years ago)
Author:
Jaroslav Jindrak <dzejrou@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
bc73be3
Parents:
fec7ba0
Message:

cpp: abort and report when an unimplemented function is called

File:
1 edited

Legend:

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

    rfec7ba0 rad40b74b  
    11/*
    2  * Copyright (c) 2018 Jaroslav Jindrak
     2 * Copyright (c) 2019 Jaroslav Jindrak
    33 * All rights reserved.
    44 *
     
    3030#define LIBCPP_BITS_THREAD_FUTURE
    3131
     32#include <cassert>
    3233#include <memory>
    3334#include <system_error>
     
    171172    {
    172173        // TODO: implement
     174        __unimplemented();
    173175    }
    174176
     
    178180    {
    179181        // TODO: implement
     182        __unimplemented();
    180183    }
    181184}
Note: See TracChangeset for help on using the changeset viewer.