Skip to content

Commit

Permalink
Test 8
Browse files Browse the repository at this point in the history
  • Loading branch information
maxirmx committed Jun 6, 2024
1 parent 0b56de4 commit e3c4105
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions include/sexpp/sexp.h
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,12 @@
#include "sexp-public.h"
#include "sexp-error.h"

namespace std {
using octet_t = uint8_t;

namespace std {

template<>
struct std::char_traits<octet_t> {
struct char_traits<octet_t> {
typedef octet_t char_type;
typedef int int_type;
typedef std::streampos pos_type;
Expand Down

0 comments on commit e3c4105

Please sign in to comment.