Changeset b6dc097 for src/libcfa/iostream
- Timestamp:
- Apr 29, 2018, 11:56:01 AM (8 years ago)
- Branches:
- ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, deferred_resn, demangler, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, with_gc
- Children:
- b91e8c1
- Parents:
- 534d84e
- File:
-
- 1 edited
-
src/libcfa/iostream (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/libcfa/iostream
r534d84e rb6dc097 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.