File tree 5 files changed +3
-6
lines changed
5 files changed +3
-6
lines changed Original file line number Diff line number Diff line change 1
1
#pragma once
2
2
3
- #include " fly/types/string/detail/string_streamer.hpp"
4
-
5
- #include < iomanip>
6
3
#include < locale>
7
4
#include < ostream>
8
5
Original file line number Diff line number Diff line change 224
224
<ClInclude Include =" ..\..\..\fly\types\string\detail\string_formatter.hpp" />
225
225
<ClInclude Include =" ..\..\..\fly\types\string\detail\string_formatter_types.hpp" />
226
226
<ClInclude Include =" ..\..\..\fly\types\string\detail\string_lexer.hpp" />
227
- <ClInclude Include =" ..\..\..\fly\types\string\detail\string_streamer .hpp" />
227
+ <ClInclude Include =" ..\..\..\fly\types\string\detail\string_stream_util .hpp" />
228
228
<ClInclude Include =" ..\..\..\fly\types\string\detail\string_traits.hpp" />
229
229
<ClInclude Include =" ..\..\..\fly\types\string\detail\string_unicode.hpp" />
230
230
<ClInclude Include =" ..\..\..\fly\types\string\string.hpp" />
Original file line number Diff line number Diff line change 283
283
<ClInclude Include =" ..\..\..\fly\types\string\detail\string_lexer.hpp" >
284
284
<Filter >types\string\detail</Filter >
285
285
</ClInclude >
286
- <ClInclude Include =" ..\..\..\fly\types\string\detail\string_streamer .hpp" >
286
+ <ClInclude Include =" ..\..\..\fly\types\string\detail\string_stream_util .hpp" >
287
287
<Filter >types\string\detail</Filter >
288
288
</ClInclude >
289
289
<ClInclude Include =" ..\..\..\fly\types\string\detail\string_traits.hpp" >
Original file line number Diff line number Diff line change 3
3
#include " fly/traits/traits.hpp"
4
4
#include " fly/types/string/detail/string_classifier.hpp"
5
5
#include " fly/types/string/detail/string_formatter_types.hpp"
6
- #include " fly/types/string/detail/string_streamer .hpp"
6
+ #include " fly/types/string/detail/string_stream_util .hpp"
7
7
#include " fly/types/string/detail/string_traits.hpp"
8
8
#include " fly/types/string/detail/string_unicode.hpp"
9
9
#include " fly/types/string/string_literal.hpp"
File renamed without changes.
You can’t perform that action at this time.
0 commit comments