From 3eb7b1a0f958cc4483802889aa9fdbd171e0f807 Mon Sep 17 00:00:00 2001 From: Benjamin Barenblat Date: Sun, 11 Oct 2020 14:36:58 -0400 Subject: Rewrite encoding routines using Abseil Abseil makes encoding and decoding a lot easier. Take an Abseil dependency, and rewrite the encoding and decoding routines using it. Closes: https://github.com/bbarenblat/scoville/issues/2 --- encoding.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'encoding.h') diff --git a/encoding.h b/encoding.h index d6e72ea..dfea6a2 100644 --- a/encoding.h +++ b/encoding.h @@ -20,11 +20,6 @@ namespace scoville { -class EncodingFailure : public std::logic_error { - public: - using std::logic_error::logic_error; -}; - class DecodingFailure : public std::logic_error { public: using std::logic_error::logic_error; -- cgit v1.2.3