From 1727b67a5a92c8c3564d4ee244fffd758e54d7cc Mon Sep 17 00:00:00 2001 From: Julien Schueller Date: Sat, 1 Jun 2019 11:07:30 +0200 Subject: [PATCH] detail/caller.hpp:127:2: error: extra ';' [-Wpedantic] --- include/boost/python/detail/caller.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/python/detail/caller.hpp b/include/boost/python/detail/caller.hpp index 557359f5..2834d6da 100644 --- a/include/boost/python/detail/caller.hpp +++ b/include/boost/python/detail/caller.hpp @@ -124,7 +124,7 @@ template const signature_element* get_ret() }; return &ret; -}; +} #endif