Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcfa/src/iostream.cfa

    r28c2933d rc635047  
    1010// Created On       : Wed May 27 17:56:53 2015
    1111// Last Modified By : Peter A. Buhr
    12 // Last Modified On : Sun Jul 30 23:01:00 2023
    13 // Update Count     : 1406
     12// Last Modified On : Tue Jul 18 13:56:01 2023
     13// Update Count     : 1403
    1414//
    1515
     
    230230        ostype & ?|?( ostype & os, const char s[] ) {
    231231                enum { Open = 1, Close, OpenClose };
    232                 static const unsigned char mask[256] @= {               // 256 covers all Latin-1 characters
     232                static const unsigned char mask[256] @= {
    233233                        // opening delimiters, no space after
    234234                        ['('] : Open, ['['] : Open, ['{'] : Open,
Note: See TracChangeset for help on using the changeset viewer.