Skip to content

Commit

Permalink
Add signed size type
Browse files Browse the repository at this point in the history
  • Loading branch information
Mauler125 committed Dec 8, 2024
1 parent adf5f03 commit 4d52613
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/common/decls.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,7 @@ using std::ostringstream;
using std::unordered_map;

namespace fs = std::filesystem;
namespace js = rapidjson;
namespace js = rapidjson;

// Signed size type
typedef std::make_signed_t<std::size_t> ssize_t;

0 comments on commit 4d52613

Please sign in to comment.