2
0
mirror of https://github.com/boostorg/python.git synced 2026-01-24 06:02:14 +00:00

detail/caller.hpp:127:2: error: extra ';' [-Wpedantic]

This commit is contained in:
Julien Schueller
2019-06-01 11:07:30 +02:00
committed by Stefan Seefeld
parent 0a9b687e9e
commit 1727b67a5a

View File

@@ -124,7 +124,7 @@ template<class Policies, class Sig> const signature_element* get_ret()
};
return &ret;
};
}
#endif