Changeset ad40b74b in mainline for uspace/lib/cpp/src/thread.cpp


Ignore:
Timestamp:
2019-01-12T15:09:49Z (6 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/src/thread.cpp

    rfec7ba0 rad40b74b  
    11/*
    2  * Copyright (c) 2018 Jaroslav Jindrak
     2 * Copyright (c) 2019 Jaroslav Jindrak
    33 * All rights reserved.
    44 *
     
    2727 */
    2828
     29#include <cassert>
    2930#include <cstdlib>
    3031#include <exception>
     
    120121    {
    121122        // TODO:
     123        __unimplemented();
    122124        return 0;
    123125    }
Note: See TracChangeset for help on using the changeset viewer.