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

support gcc 2.96 workaround (typedef arg arg_;)

[SVN r24388]
This commit is contained in:
Ralf W. Grosse-Kunstleve
2004-08-10 17:04:14 +00:00
parent 9102c12c6d
commit 500b8e190d

View File

@@ -32,6 +32,7 @@
namespace boost { namespace python {
typedef detail::keywords<1> arg;
typedef arg arg_; // gcc 2.96 workaround
namespace detail
{