summaryrefslogtreecommitdiff
path: root/boost/gil/extension/toolbox/metafunctions/pixel_bit_size.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/gil/extension/toolbox/metafunctions/pixel_bit_size.hpp')
-rw-r--r--boost/gil/extension/toolbox/metafunctions/pixel_bit_size.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/boost/gil/extension/toolbox/metafunctions/pixel_bit_size.hpp b/boost/gil/extension/toolbox/metafunctions/pixel_bit_size.hpp
index 709b4d9954..691ef08aae 100644
--- a/boost/gil/extension/toolbox/metafunctions/pixel_bit_size.hpp
+++ b/boost/gil/extension/toolbox/metafunctions/pixel_bit_size.hpp
@@ -20,7 +20,7 @@ namespace boost{ namespace gil {
/// \brief Accumulates the all channel size.
///
/// \code
-/// typedef bit_aligned_image5_type< 16, 16, 16, 8, 8, devicen_layout_t< 5 > >::type image_t;
+/// using image_t = bit_aligned_image5_type<16, 16, 16, 8, 8, devicen_layout_t<5>>::type;
/// const int size = pixel_bit_size<image_t::view_t::reference>::value;
/// \endcode
template< typename PixelRef >