mirror of
https://github.com/boostorg/lambda.git
synced 2026-02-02 21:02:18 +00:00
Merge [51448] from the trunk.
[SVN r51617]
This commit is contained in:
@@ -17,6 +17,8 @@
|
||||
|
||||
#include "boost/lambda/lambda.hpp"
|
||||
|
||||
#include "boost/lambda/detail/suppress_unused.hpp"
|
||||
|
||||
#include <vector>
|
||||
#include <map>
|
||||
#include <set>
|
||||
@@ -96,6 +98,8 @@ void arithmetic_operators() {
|
||||
// test that unary plus really does something
|
||||
unary_plus_tester u;
|
||||
unary_plus_tester up = (+_1)(u);
|
||||
|
||||
boost::lambda::detail::suppress_unused_variable_warnings(up);
|
||||
}
|
||||
|
||||
void bitwise_operators() {
|
||||
|
||||
Reference in New Issue
Block a user