File tree Expand file tree Collapse file tree 1 file changed +0
-22
lines changed Expand file tree Collapse file tree 1 file changed +0
-22
lines changed Original file line number Diff line number Diff line change @@ -114,28 +114,6 @@ namespace streams
114
114
{
115
115
return reinterpret_cast <unsigned char *>(std::char_traits<char >::move (reinterpret_cast <char *>(left), reinterpret_cast <const char *>(right), n));
116
116
}
117
-
118
- namespace Concurrency
119
- {
120
- // / Library for asynchronous streams.
121
- namespace streams
122
- {
123
- // / <summary>
124
- // / Extending the standard char_traits type with one that adds values and types
125
- // / that are unique to "C++ REST SDK" streams.
126
- // / </summary>
127
- // / <typeparam name="_CharType">
128
- // / The data type of the basic element of the stream.
129
- // / </typeparam>
130
- template <typename _CharType>
131
- struct char_traits : std::char_traits<_CharType>
132
- {
133
- // / <summary>
134
- // / Some synchronous functions will return this value if the operation
135
- // / requires an asynchronous call in a given situation.
136
- // / </summary>
137
- // / <returns>An <c>int_type</c> value which implies that an asynchronous call is required.</returns>
138
- static typename std::char_traits<_CharType>::int_type requires_async () { return std::char_traits<_CharType>::eof ()-1 ; }
139
117
};
140
118
#endif
141
119
You can’t perform that action at this time.
0 commit comments