mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-09-19 04:05:41 +00:00
Don't include ostream in rdcstr.h
* It's only needed for renderdoccmd and catch tests, so define it locally where needed.
This commit is contained in:
Vendored
+5
@@ -34,6 +34,11 @@
|
||||
|
||||
#include "official/catch.hpp"
|
||||
|
||||
inline std::ostream &operator<<(std::ostream &os, rdcstr const &str)
|
||||
{
|
||||
return os << str.c_str();
|
||||
}
|
||||
|
||||
namespace Catch
|
||||
{
|
||||
template <>
|
||||
|
||||
Reference in New Issue
Block a user