Ignore:
Timestamp:
Jul 10, 2024, 3:39:37 AM (9 months ago)
Author:
JiadaL <j82liang@…>
Branches:
master
Children:
725f777f
Parents:
bb336a6 (diff), f3811df (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified libcfa/src/iostream.hfa

    rbb336a6 rdbff8ec  
    1010// Created On       : Wed May 27 17:56:53 2015
    1111// Last Modified By : Peter A. Buhr
    12 // Last Modified On : Sun Apr 21 07:32:19 2024
    13 // Update Count     : 744
     12// Last Modified On : Sat Jul  6 11:33:31 2024
     13// Update Count     : 758
    1414//
    1515
     
    359359        istype & ?|?( istype &, long double _Complex & );
    360360
    361         istype & ?|?( istype &, const char [] );
     361        // This is too restrictive as it prevents building a format in a string and using that format.
     362        // inline istype & ?|?( istype &, char [] ) {                   // possible error, too restrictive to change
     363        //      _Static_assert( false, "reading a character array without a maximum length is unsafe. Use input manipulator \"wdi( N, s )\", where \"char s[N]\" or fmt( s )." );
     364        // }
     365        istype & ?|?( istype &, const char [] );                        // match text
    362366
    363367        // manipulators
Note: See TracChangeset for help on using the changeset viewer.