Fix build for external boost 1.56.0
authorRoland Schulz <roland@utk.edu>
Fri, 5 Sep 2014 18:46:47 +0000 (14:46 -0400)
committerRoland Schulz <roland@utk.edu>
Fri, 5 Sep 2014 19:45:57 +0000 (15:45 -0400)
exception/detail/attribute_noreturn.hpp has been removed in 1.56. We
shouldn't have used a detail header in the first place. In master
we can use GMX_ATTRIBUTE_NORETURN but 5.0.x it is defined only
for code analysis not for compilers.

Change-Id: I6f26d6ddc62c73f583d324f7c794a499c274b394


No differences found