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:
@@ -32,6 +32,7 @@
|
||||
namespace boost { namespace python {
|
||||
|
||||
typedef detail::keywords<1> arg;
|
||||
typedef arg arg_; // gcc 2.96 workaround
|
||||
|
||||
namespace detail
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user