mirror of
https://github.com/boostorg/function.git
synced 2025-07-28 11:57:16 +02:00
Test with warnings=extra, warnings-as-errors=on
This commit is contained in:
@ -7,6 +7,10 @@
|
||||
|
||||
// For more information, see http://www.boost.org
|
||||
|
||||
#if defined(__clang__)
|
||||
# pragma clang diagnostic ignored "-Wself-assign-overloaded"
|
||||
#endif
|
||||
|
||||
#include <boost/function.hpp>
|
||||
#include <boost/core/lightweight_test.hpp>
|
||||
#include <functional>
|
||||
|
Reference in New Issue
Block a user