mirror of
https://github.com/boostorg/tuple.git
synced 2025-07-29 12:17:32 +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 {};
|
||||
|
||||
|
Reference in New Issue
Block a user