Skip to content

Commit

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

namespace std {
using octet_t = uint8_t;

template<>
Expand Down Expand Up @@ -111,7 +112,7 @@ using octet_t = uint8_t;
not_eof(const int_type& __c) noexcept
{ return (__c == eof()) ? 0 : __c; }
};

}


namespace sexp {
Expand Down

0 comments on commit 0b56de4

Please sign in to comment.