Skip to content

Commit

Permalink
Merge pull request #2183 from jwillemsen/jwi-vs2015workaround
Browse files Browse the repository at this point in the history
Remove workaround for obsolete compiler
  • Loading branch information
jwillemsen authored Jan 16, 2024
2 parents 0da7e56 + d18b19b commit 45e37d9
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions ACE/tests/Compiler_Features_27_Test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,8 @@ run_main (int, ACE_TCHAR *[])
{
ACE_START_TEST (ACE_TEXT("Compiler_Features_27_Test"));

// Visual Studio 2015 has a small issue with this construct
#if !(defined (_MSC_VER) && (_MSC_VER < 1910))
Foo any;
any <<= std::move("abc");
#endif

ACE_END_TEST;

Expand Down

0 comments on commit 45e37d9

Please sign in to comment.