From fa92e0ffe839289e96d3f7f0ba98ef4261a2f85d Mon Sep 17 00:00:00 2001 From: nick black Date: Wed, 7 Oct 2020 04:24:49 -0400 Subject: [PATCH] purge stray #undef #1046 --- include/ncpp/Plane.hh | 1 - 1 file changed, 1 deletion(-) diff --git a/include/ncpp/Plane.hh b/include/ncpp/Plane.hh index 02886cb62..871dac7fc 100644 --- a/include/ncpp/Plane.hh +++ b/include/ncpp/Plane.hh @@ -480,7 +480,6 @@ namespace ncpp return error_guard (ncplane_putwegc_yx (plane, y, x, gclust, sbytes), -1); } -#undef putwc // OK, this is ugly, but we need to rename this overload or calls similar to n->putc (0, 0, '0') will be // considered ambiguous with the above `putc (int, int, char)` overload. int putwc (int y, int x, wchar_t w) const NOEXCEPT_MAYBE