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


Ignore:
Timestamp:
2018-07-05T21:41:24Z (6 years ago)
Author:
Dzejrou <dzejrou@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
c735afb
Parents:
4f461384
git-author:
Dzejrou <dzejrou@…> (2018-06-25 16:58:08)
git-committer:
Dzejrou <dzejrou@…> (2018-07-05 21:41:24)
Message:

cpp: refactored the library layout, everything from the impl directory was moved to the bits directory for the sake of consistency, updated copyright notices and include guards

File:
1 edited

Legend:

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

    r4f461384 rb57a3ee  
    11/*
    2  * Copyright (c) 2017 Jaroslav Jindrak
     2 * Copyright (c) 2018 Jaroslav Jindrak
    33 * All rights reserved.
    44 *
     
    3131#include <thread>
    3232#include <utility>
    33 
    34 #include <iostream>
    3533
    3634namespace std
Note: See TracChangeset for help on using the changeset viewer.