Skip to content
Snippets Groups Projects
Commit 100f5cc8 authored by Philip Trettner's avatar Philip Trettner
Browse files

Update quarter.hh

parent 718b8483
No related branches found
No related tags found
No related merge requests found
......@@ -14,7 +14,7 @@ private:
unsigned char data = 0;
};
static_assert(sizeof(quarter) == 1, "quarter is not 16bit");
static_assert(sizeof(quarter) == 1, "quarter is not 8bit");
// TODO
constexpr quarter operator-(quarter const& v) { return v; }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment