mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
beast.streams improvements:
* New basic_std_ostream wraps any std::stream. * New debug_ostream redirects output to debugger if attached.
This commit is contained in:
@@ -193,6 +193,8 @@
|
||||
<ClInclude Include="..\..\beast\streams\abstract_ostream.h" />
|
||||
<ClInclude Include="..\..\beast\streams\basic_abstract_ostream.h" />
|
||||
<ClInclude Include="..\..\beast\streams\basic_scoped_ostream.h" />
|
||||
<ClInclude Include="..\..\beast\streams\debug_ostream.h" />
|
||||
<ClInclude Include="..\..\beast\streams\basic_std_ostream.h" />
|
||||
<ClInclude Include="..\..\beast\Strings.h" />
|
||||
<ClInclude Include="..\..\beast\strings\CharacterFunctions.h" />
|
||||
<ClInclude Include="..\..\beast\strings\CharPointer_ASCII.h" />
|
||||
|
||||
@@ -1164,6 +1164,12 @@
|
||||
<ClInclude Include="..\..\beast\container\const_container.h">
|
||||
<Filter>beast\container</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\beast\streams\basic_std_ostream.h">
|
||||
<Filter>beast\streams</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\beast\streams\debug_ostream.h">
|
||||
<Filter>beast\streams</Filter>
|
||||
</ClInclude>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ClCompile Include="..\..\modules\beast_core\files\DirectoryIterator.cpp">
|
||||
|
||||
Reference in New Issue
Block a user