mirror of
https://github.com/boostorg/python.git
synced 2026-01-23 05:42:30 +00:00
workaround for MIPSpro, thanks to John Spicer
[SVN r19453]
This commit is contained in:
@@ -108,6 +108,10 @@ namespace detail
|
||||
# endif
|
||||
}
|
||||
|
||||
#if defined(__sgi) && defined(_COMPILER_VERSION) && _COMPILER_VERSION <= 730
|
||||
class old_edg_workaround_for_arg { friend class arg; };
|
||||
#endif
|
||||
|
||||
struct arg : detail::keywords<1>
|
||||
{
|
||||
explicit arg(char const *name)
|
||||
|
||||
Reference in New Issue
Block a user