summaryrefslogtreecommitdiff
path: root/TAO/tao/Valuetype/Valuetype_Traits_T.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Valuetype/Valuetype_Traits_T.h')
-rw-r--r--TAO/tao/Valuetype/Valuetype_Traits_T.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/TAO/tao/Valuetype/Valuetype_Traits_T.h b/TAO/tao/Valuetype/Valuetype_Traits_T.h
index c096eea835a..460ccc946ff 100644
--- a/TAO/tao/Valuetype/Valuetype_Traits_T.h
+++ b/TAO/tao/Valuetype/Valuetype_Traits_T.h
@@ -52,11 +52,10 @@ struct valuetype_traits_decorator
// Allow MSVC++ >= 8 checked iterators to be used.
template <typename iter>
- inline static bool copy_swap_range(
+ inline static void copy_swap_range(
object_type ** begin, object_type ** end, iter dst)
{
std::swap_ranges(begin, end, dst);
- return true;
}
inline static void release_range(