mirror of
https://github.com/boostorg/callable_traits.git
synced 2026-01-30 07:42:29 +00:00
[test] [example] disabling useless MSVC warnings when /Wall
This commit is contained in:
@@ -6,6 +6,9 @@ Distributed under the Boost Software License, Version 1.0.
|
||||
|
||||
*/
|
||||
|
||||
//useless MSVC /Wall warnings
|
||||
#pragma warning(disable: 4514 4711)
|
||||
|
||||
#include <cassert>
|
||||
#include <type_traits>
|
||||
#include <functional>
|
||||
|
||||
Reference in New Issue
Block a user