Changes in src/libcfa/iostream [b6dc097:10a97adb]
- File:
-
- 1 edited
-
src/libcfa/iostream (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/libcfa/iostream
rb6dc097 r10a97adb 10 10 // Created On : Wed May 27 17:56:53 2015 11 11 // Last Modified By : Peter A. Buhr 12 // Last Modified On : Sat Apr 28 13:08:24201813 // Update Count : 15 212 // Last Modified On : Thu Apr 12 14:34:37 2018 13 // Update Count : 150 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.