Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/libcfa/iostream

    r6de9f4a r7bc4e6b  
    1010// Created On       : Wed May 27 17:56:53 2015
    1111// Last Modified By : Peter A. Buhr
    12 // Last Modified On : Mon Sep 11 09:17:07 2017
    13 // Update Count     : 137
     12// Last Modified On : Thu Aug 24 08:14:29 2017
     13// Update Count     : 133
    1414//
    1515
    1616#pragma once
    1717
    18 #include <uchar.h>
    19 #include <wchar.h>
    2018#include "iterator"
    2119
     
    8078
    8179forall( dtype ostype | ostream( ostype ) ) ostype * ?|?( ostype *, const char * );
    82 forall( dtype ostype | ostream( ostype ) ) ostype * ?|?( ostype *, const char16_t * );
    83 forall( dtype ostype | ostream( ostype ) ) ostype * ?|?( ostype *, const char32_t * );
    84 forall( dtype ostype | ostream( ostype ) ) ostype * ?|?( ostype *, const wchar_t * );
    8580forall( dtype ostype | ostream( ostype ) ) ostype * ?|?( ostype *, const void * );
    8681
     
    123118
    124119forall( dtype istype | istream( istype ) ) istype * ?|?( istype *, char & );
    125 forall( dtype istype | istream( istype ) ) istype * ?|?( istype *, signed char & );
    126 forall( dtype istype | istream( istype ) ) istype * ?|?( istype *, unsigned char & );
    127120
    128121forall( dtype istype | istream( istype ) ) istype * ?|?( istype *, short int & );
Note: See TracChangeset for help on using the changeset viewer.