package An official xmake package repository
https://xrepo.xmake.io/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
401 B
13 lines
401 B
diff --git a/boost/concept_check.hpp b/boost/concept_check.hpp |
|
index abbadb7..cab58e5 100644 |
|
--- a/boost/concept_check.hpp |
|
+++ b/boost/concept_check.hpp |
|
@@ -352,7 +352,7 @@ |
|
private: |
|
void test(boost::false_type) |
|
{ |
|
- f(first,second); |
|
+ (void) f(first,second); |
|
Return r = f(first, second); // require operator() |
|
(void)r; |
|
}
|
|
|