Skip to content

Commit

Permalink
Remove obsolete warning suppression
Browse files Browse the repository at this point in the history
  • Loading branch information
pdimov committed Jul 9, 2024
1 parent b7edec7 commit cb724dc
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 69 deletions.
10 changes: 0 additions & 10 deletions test/mem_fn_cdecl_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -29,18 +29,8 @@ int main()

#include <boost/mem_fn.hpp>
#include <boost/shared_ptr.hpp>

#if defined(BOOST_MSVC) && (BOOST_MSVC < 1300)
#pragma warning(push, 3)
#endif

#include <iostream>

#if defined(BOOST_MSVC) && (BOOST_MSVC < 1300)
#pragma warning(pop)
#endif


struct X
{
mutable unsigned int hash;
Expand Down
10 changes: 0 additions & 10 deletions test/mem_fn_derived_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -19,18 +19,8 @@

#include <boost/mem_fn.hpp>
#include <boost/shared_ptr.hpp>

#if defined(BOOST_MSVC) && (BOOST_MSVC < 1300)
#pragma warning(push, 3)
#endif

#include <iostream>

#if defined(BOOST_MSVC) && (BOOST_MSVC < 1300)
#pragma warning(pop)
#endif


struct B
{
mutable unsigned int hash;
Expand Down
10 changes: 0 additions & 10 deletions test/mem_fn_fastcall_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -29,18 +29,8 @@ int main()

#include <boost/mem_fn.hpp>
#include <boost/shared_ptr.hpp>

#if defined(BOOST_MSVC) && (BOOST_MSVC < 1300)
#pragma warning(push, 3)
#endif

#include <iostream>

#if defined(BOOST_MSVC) && (BOOST_MSVC < 1300)
#pragma warning(pop)
#endif


struct X
{
mutable unsigned int hash;
Expand Down
9 changes: 0 additions & 9 deletions test/mem_fn_rv_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -20,17 +20,8 @@

#include <boost/mem_fn.hpp>
#include <boost/shared_ptr.hpp>

#if defined(BOOST_MSVC) && (BOOST_MSVC < 1300)
#pragma warning(push, 3)
#endif

#include <iostream>

#if defined(BOOST_MSVC) && (BOOST_MSVC < 1300)
#pragma warning(pop)
#endif

unsigned int hash = 0;

struct X
Expand Down
10 changes: 0 additions & 10 deletions test/mem_fn_stdcall_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -29,18 +29,8 @@ int main()

#include <boost/mem_fn.hpp>
#include <boost/shared_ptr.hpp>

#if defined(BOOST_MSVC) && (BOOST_MSVC < 1300)
#pragma warning(push, 3)
#endif

#include <iostream>

#if defined(BOOST_MSVC) && (BOOST_MSVC < 1300)
#pragma warning(pop)
#endif


struct X
{
mutable unsigned int hash;
Expand Down
10 changes: 0 additions & 10 deletions test/mem_fn_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -19,18 +19,8 @@

#include <boost/mem_fn.hpp>
#include <boost/shared_ptr.hpp>

#if defined(BOOST_MSVC) && (BOOST_MSVC < 1300)
#pragma warning(push, 3)
#endif

#include <iostream>

#if defined(BOOST_MSVC) && (BOOST_MSVC < 1300)
#pragma warning(pop)
#endif


struct X
{
mutable unsigned int hash;
Expand Down
10 changes: 0 additions & 10 deletions test/mem_fn_void_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -19,18 +19,8 @@

#include <boost/mem_fn.hpp>
#include <boost/shared_ptr.hpp>

#if defined(BOOST_MSVC) && (BOOST_MSVC < 1300)
#pragma warning(push, 3)
#endif

#include <iostream>

#if defined(BOOST_MSVC) && (BOOST_MSVC < 1300)
#pragma warning(pop)
#endif


struct X
{
mutable unsigned int hash;
Expand Down

0 comments on commit cb724dc

Please sign in to comment.