From 1bb54a39bb9b204c5c65bdf7f804cb44398dc9ad Mon Sep 17 00:00:00 2001 From: Lars Viklund Date: Tue, 20 Apr 2010 19:37:02 +0200 Subject: [PATCH] Add missing #undef N to constructor.hpp. --- luabind/detail/constructor.hpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/luabind/detail/constructor.hpp b/luabind/detail/constructor.hpp index 93b1f56..f8b6f3f 100644 --- a/luabind/detail/constructor.hpp +++ b/luabind/detail/constructor.hpp @@ -105,5 +105,7 @@ struct construct_aux } }; +# undef N + #endif -- 2.11.4.GIT