mirror of
https://github.com/boostorg/tuple.git
synced 2025-07-30 04:37:15 +02:00
small change to avoid unnecessary warnings with g++ -Wall
[SVN r10922]
This commit is contained in:
@ -22,7 +22,7 @@ using namespace boost;
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
template<class T> void dummy(const T& t) {}
|
template<class T> void dummy(const T&) {}
|
||||||
|
|
||||||
class A {}; class B {}; class C {};
|
class A {}; class B {}; class C {};
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user