renamed blob to blob_type_t
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
#include <sstream>
|
||||
|
||||
namespace matador::utils {
|
||||
std::string to_string(const blob& data) {
|
||||
std::string to_string(const blob_type_t& data) {
|
||||
static constexpr char HEXITS[] = "0123456789ABCDEF";
|
||||
|
||||
std::string str(2 * data.size(), '\0');
|
||||
|
||||
Reference in New Issue
Block a user