Skip to content

Commit 21fcc88

Browse files
committed
Remove unnecessary message on msvc
1 parent cbaeea2 commit 21fcc88

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

include/boost/json/storage_ptr.hpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -461,7 +461,6 @@ class storage_ptr
461461
#if defined(_MSC_VER)
462462
# pragma warning( push )
463463
# if !defined(__clang__) && _MSC_VER <= 1900
464-
# pragma message( "MSVC " )
465464
# pragma warning( disable : 4702 )
466465
# endif
467466
#endif

0 commit comments

Comments
 (0)