Update the attribute patch
This commit is contained in:
parent
ea81f69c26
commit
45355f8107
@ -43,15 +43,15 @@ diff -urp boost_1_48_0~/boost/optional/optional.hpp boost_1_48_0/boost/optional/
|
|||||||
#endif
|
#endif
|
||||||
dummy_u
|
dummy_u
|
||||||
{
|
{
|
||||||
diff -urp boost_1_48_0~/boost/random/detail/integer_log2.hpp boost_1_48_0/boost/random/detail/integer_log2.hpp
|
diff -up /home/ant/rpm/BUILD/boost_1_53_0/boost/random/detail/integer_log2.hpp\~ /home/ant/rpm/BUILD/boost_1_53_0/boost/random/detail/integer_log2.hpp
|
||||||
--- boost_1_48_0~/boost/random/detail/integer_log2.hpp 2012-01-16 16:15:24.962239810 +0100
|
--- boost_1_53_0/boost/random/detail/integer_log2.hpp~ 2013-01-25 18:06:07.000000000 +0100
|
||||||
+++ boost_1_48_0/boost/random/detail/integer_log2.hpp 2012-01-16 16:17:44.104242884 +0100
|
+++ boost_1_53_0/boost/random/detail/integer_log2.hpp 2013-02-07 17:37:53.000000000 +0100
|
||||||
@@ -27,7 +27,7 @@ namespace detail {
|
@@ -27,7 +27,7 @@ namespace detail {
|
||||||
#elif defined(BOOST_MSVC)
|
#elif defined(BOOST_MSVC)
|
||||||
#define BOOST_RANDOM_DETAIL_CONSTEXPR __forceinline
|
#define BOOST_RANDOM_DETAIL_CONSTEXPR __forceinline
|
||||||
#elif defined(__GNUC__) && __GNUC__ >= 4
|
#elif defined(__GNUC__) && __GNUC__ >= 4
|
||||||
-#define BOOST_RANDOM_DETAIL_CONSTEXPR __attribute__((const)) __attribute__((always_inline))
|
-#define BOOST_RANDOM_DETAIL_CONSTEXPR inline __attribute__((const)) __attribute__((always_inline))
|
||||||
+#define BOOST_RANDOM_DETAIL_CONSTEXPR __attribute__((__const__)) __attribute__((__always_inline__))
|
+#define BOOST_RANDOM_DETAIL_CONSTEXPR inline __attribute__((__const__)) __attribute__((__always_inline__))
|
||||||
#else
|
#else
|
||||||
#define BOOST_RANDOM_DETAIL_CONSTEXPR inline
|
#define BOOST_RANDOM_DETAIL_CONSTEXPR inline
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user