mirror of
https://github.com/boostorg/exception.git
synced 2025-07-21 00:12:07 +02:00
fixing a warning on sun-5.10-stdcxx-4.2.2_x86_64
[SVN r49091]
This commit is contained in:
@ -41,8 +41,8 @@ derives_nothing
|
|||||||
int & count;
|
int & count;
|
||||||
|
|
||||||
explicit
|
explicit
|
||||||
derives_nothing( int & count ):
|
derives_nothing( int & c ):
|
||||||
count(count)
|
count(c)
|
||||||
{
|
{
|
||||||
++count;
|
++count;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user