forked from boostorg/core
Avoid unused parameter warning in to_address_test.cpp
This commit is contained in:
@ -124,7 +124,7 @@ struct pointer_traits<P6<T> > {
|
|||||||
namespace std {
|
namespace std {
|
||||||
template<class T>
|
template<class T>
|
||||||
struct pointer_traits<P6<T> > {
|
struct pointer_traits<P6<T> > {
|
||||||
static T* to_address(const P6<T>& p) BOOST_NOEXCEPT {
|
static T* to_address(const P6<T>& /*p*/) BOOST_NOEXCEPT {
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user