mirror of
https://github.com/catchorg/Catch2.git
synced 2025-11-29 00:19:34 +01:00
qualified a load of size_ts with std:: namespace (all those not from Clara)
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
|
||||
namespace Catch {
|
||||
|
||||
template<typename WriterF, size_t bufferSize=256>
|
||||
template<typename WriterF, std::size_t bufferSize=256>
|
||||
class StreamBufImpl : public StreamBufBase {
|
||||
char data[bufferSize];
|
||||
WriterF m_writer;
|
||||
|
||||
Reference in New Issue
Block a user