Changeset ff29f08 for src/libcfa/iostream
- Timestamp:
- May 18, 2018, 2:09:21 PM (8 years ago)
- Branches:
- new-env, with_gc
- Children:
- 2472a19
- Parents:
- f6f0cca3 (diff), c7d8100c (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
-
src/libcfa/iostream (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/libcfa/iostream
rf6f0cca3 rff29f08 10 10 // Created On : Wed May 27 17:56:53 2015 11 11 // Last Modified By : Peter A. Buhr 12 // Last Modified On : Thu Apr 12 14:34:37201813 // Update Count : 15 012 // Last Modified On : Sat Apr 28 13:08:24 2018 13 // Update Count : 152 14 14 // 15 15 … … 80 80 81 81 forall( dtype ostype | ostream( ostype ) ) ostype & ?|?( ostype &, const char * ); 82 forall( dtype ostype | ostream( ostype ) ) ostype & ?|?( ostype &, const char16_t * );82 //forall( dtype ostype | ostream( ostype ) ) ostype & ?|?( ostype &, const char16_t * ); 83 83 #if ! ( __ARM_ARCH_ISA_ARM == 1 && __ARM_32BIT_STATE == 1 ) // char32_t == wchar_t => ambiguous 84 forall( dtype ostype | ostream( ostype ) ) ostype & ?|?( ostype &, const char32_t * );84 //forall( dtype ostype | ostream( ostype ) ) ostype & ?|?( ostype &, const char32_t * ); 85 85 #endif // ! ( __ARM_ARCH_ISA_ARM == 1 && __ARM_32BIT_STATE == 1 ) 86 forall( dtype ostype | ostream( ostype ) ) ostype & ?|?( ostype &, const wchar_t * );86 //forall( dtype ostype | ostream( ostype ) ) ostype & ?|?( ostype &, const wchar_t * ); 87 87 forall( dtype ostype | ostream( ostype ) ) ostype & ?|?( ostype &, const void * ); 88 88
Note:
See TracChangeset
for help on using the changeset viewer.