mirror of
https://github.com/boostorg/mpl.git
synced 2025-08-04 15:24:29 +02:00
mangle a parameter name; to make MSVC 6.5 happy
[SVN r17542]
This commit is contained in:
@@ -26,9 +26,9 @@
|
|||||||
|
|
||||||
namespace boost { namespace mpl { namespace aux {
|
namespace boost { namespace mpl { namespace aux {
|
||||||
|
|
||||||
template< typename C >
|
template< typename C_ >
|
||||||
struct value_wknd
|
struct value_wknd
|
||||||
: C
|
: C_
|
||||||
{
|
{
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user