2
0
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:
Ralf W. Grosse-Kunstleve
2003-08-05 03:03:49 +00:00
parent 437fb70852
commit 5d90101671

View File

@@ -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)