forked from boostorg/core
Silenced warnings about unused variables.
This commit is contained in:
@@ -13,4 +13,5 @@
|
||||
int main()
|
||||
{
|
||||
boost::reference_wrapper<int> r = boost::ref( 2 ); // this should produce an ERROR
|
||||
(void)r;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user