Revert "Revert "Utils: Remove old compiler support code""

Thomas provided a smaller fix.
This reverts commit 78fb7f44bf.

Change-Id: I1edff6477526fe4ce29df38852f47fe49117561e
Reviewed-by: Alessandro Portale <alessandro.portale@qt.io>
This commit is contained in:
Robert Loehning
2017-01-19 13:07:26 +01:00
parent 5dc8e9a743
commit eeb0b8fd21
8 changed files with 1 additions and 84 deletions

View File

@@ -28,11 +28,6 @@
#include <cstddef>
#include <iterator>
#pragma push_macro("noexcept")
#ifndef __cpp_noexcept
#define noexcept
#endif
namespace Utils {
namespace Internal {
@@ -151,5 +146,3 @@ private:
} // namespace Internal
} // namespace Utils
#pragma pop_macro("noexcept")