Changeset dbff8ec for libcfa/src/iostream.hfa
- Timestamp:
- Jul 10, 2024, 3:39:37 AM (9 months ago)
- 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. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified libcfa/src/iostream.hfa ¶
rbb336a6 rdbff8ec 10 10 // Created On : Wed May 27 17:56:53 2015 11 11 // Last Modified By : Peter A. Buhr 12 // Last Modified On : S un Apr 21 07:32:19202413 // Update Count : 7 4412 // Last Modified On : Sat Jul 6 11:33:31 2024 13 // Update Count : 758 14 14 // 15 15 … … 359 359 istype & ?|?( istype &, long double _Complex & ); 360 360 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 362 366 363 367 // manipulators
Note: See TracChangeset
for help on using the changeset viewer.