Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/cpp/src/string.cpp

    r7dcce0a rc735afb  
    11/*
    2  * Copyright (c) 2019 Jaroslav Jindrak
     2 * Copyright (c) 2018 Jaroslav Jindrak
    33 * All rights reserved.
    44 *
     
    2727 */
    2828
    29 #include <cassert>
    3029#include <string>
    3130
     
    3534    {
    3635        // TODO: implement using stol once we have numeric limits
    37         __unimplemented();
    3836        return 0;
    3937    }
     
    7472    {
    7573        // TODO: implement using stol once we have numeric limits
    76         __unimplemented();
    7774        return 0;
    7875    }
     
    8178    {
    8279        // TODO: implement using stoul once we have numeric limits
    83         __unimplemented();
    8480        return 0;
    8581    }
     
    8884    {
    8985        // TODO: implement
    90         __unimplemented();
    9186        return 0.f;
    9287    }
     
    9590    {
    9691        // TODO: implement
    97         __unimplemented();
    9892        return 0.0;
    9993    }
     
    10296    {
    10397        // TODO: implement
    104         __unimplemented();
    10598        return 0.0l;
    10699    }
     
    213206    {
    214207        // TODO: implement
    215         __unimplemented();
    216208        return 0;
    217209    }
     
    220212    {
    221213        // TODO: implement
    222         __unimplemented();
    223214        return 0;
    224215    }
     
    227218    {
    228219        // TODO: implement
    229         __unimplemented();
    230220        return 0;
    231221    }
     
    234224    {
    235225        // TODO: implement
    236         __unimplemented();
    237226        return 0;
    238227    }
     
    241230    {
    242231        // TODO: implement
    243         __unimplemented();
    244232        return 0;
    245233    }
     
    248236    {
    249237        // TODO: implement
    250         __unimplemented();
    251238        return 0.f;
    252239    }
     
    255242    {
    256243        // TODO: implement
    257         __unimplemented();
    258244        return 0.0;
    259245    }
     
    262248    {
    263249        // TODO: implement
    264         __unimplemented();
    265250        return 0.0l;
    266251    }
     
    269254    {
    270255        // TODO: implement
    271         __unimplemented();
    272256        return wstring{};
    273257    }
     
    276260    {
    277261        // TODO: implement
    278         __unimplemented();
    279262        return wstring{};
    280263    }
     
    283266    {
    284267        // TODO: implement
    285         __unimplemented();
    286268        return wstring{};
    287269    }
     
    290272    {
    291273        // TODO: implement
    292         __unimplemented();
    293274        return wstring{};
    294275    }
     
    297278    {
    298279        // TODO: implement
    299         __unimplemented();
    300280        return wstring{};
    301281    }
     
    304284    {
    305285        // TODO: implement
    306         __unimplemented();
    307286        return wstring{};
    308287    }
     
    311290    {
    312291        // TODO: implement
    313         __unimplemented();
    314292        return wstring{};
    315293    }
     
    318296    {
    319297        // TODO: implement
    320         __unimplemented();
    321298        return wstring{};
    322299    }
     
    325302    {
    326303        // TODO: implement
    327         __unimplemented();
    328304        return wstring{};
    329305    }
Note: See TracChangeset for help on using the changeset viewer.