diff options
author | ruslantproductengine <ruslantproductengine@lindenlab.com> | 2015-02-23 13:11:34 +0200 |
---|---|---|
committer | ruslantproductengine <ruslantproductengine@lindenlab.com> | 2015-02-23 13:11:34 +0200 |
commit | 32bb73eff4afd86c13464606255e8f2d976d3d2e (patch) | |
tree | 013f8c7c9ca0e73b2f083d12c1148919a6973ce0 | |
parent | 59fb68799cf61ff1992ead3eb125640c7e8a9db2 (diff) |
Backed out changeset: 4c24cfce033a
-rwxr-xr-x | indra/llimage/llimage.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llimage/llimage.cpp b/indra/llimage/llimage.cpp index 0b792af5e9..2da9aabcd4 100755 --- a/indra/llimage/llimage.cpp +++ b/indra/llimage/llimage.cpp @@ -86,7 +86,7 @@ #define UNROLL_GEN_TPL(name, args_seq, operation, spec_seq) \ /*general specialization - should not be implemented!*/ \ - template<U8> struct name { inline void operator()(_UNROL_GEN_TPL_TYPE_ARGS(args_seq)) { BOOST_STATIC_ASSERT(!"Should not be instantiated."); } }; \ + template<U8> struct name { inline void operator()(_UNROL_GEN_TPL_TYPE_ARGS(args_seq)) { boost::static_assert(!"Should not be instantiated."); } }; \ BOOST_PP_SEQ_FOR_EACH(_UNROLL_GEN_TPL_foreach_seq_macro, (name)(args_seq)(operation), spec_seq) //.................................................................................. //.................................................................................. |