Merge branch 'restrict_support' of https://github.com/jfalcou/config into restrict_keyword

Add test case for boost_no_restrict_references.
Regenerate tests.
Tested msvc-10 - 14, intel 17, gcc-5.3.0.
This commit is contained in:
jzmaddock
2017-02-05 19:00:04 +00:00
9 changed files with 146 additions and 5 deletions
+1 -1
View File
@@ -588,7 +588,7 @@ namespace std{ using ::type_info; }
#if !defined(BOOST_RESTRICT)
# if defined(_MSC_VER)
# define BOOST_RESTRICT __restrict
# if !defined(BOOST_NO_RESTRICT_REFERENCES)
# if !defined(BOOST_NO_RESTRICT_REFERENCES) && (_MSC_FULL_VER < 190023026)
# define BOOST_NO_RESTRICT_REFERENCES
# endif
# elif defined(__GNUC__) && __GNUC__ > 3