forked from boostorg/type_traits
missing inline keyword in trivial template functions avoid_unused_warning and no_unused_warning
[SVN r32870]
This commit is contained in:
@ -23,7 +23,7 @@ union must_be_pod
|
||||
};
|
||||
|
||||
template <class T>
|
||||
void no_unused_warning(const volatile T&)
|
||||
inline void no_unused_warning(const volatile T&)
|
||||
{
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user