mirror of
https://github.com/boostorg/exception.git
synced 2025-07-20 16:02:06 +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;
|
||||
|
||||
explicit
|
||||
derives_nothing( int & count ):
|
||||
count(count)
|
||||
derives_nothing( int & c ):
|
||||
count(c)
|
||||
{
|
||||
++count;
|
||||
}
|
||||
|
Reference in New Issue
Block a user