$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r67794 - sandbox/gil/boost/gil/extension/io2
From: dsaritz_at_[hidden]
Date: 2011-01-08 15:03:32
Author: psiha
Date: 2011-01-08 15:03:30 EST (Sat, 08 Jan 2011)
New Revision: 67794
URL: http://svn.boost.org/trac/boost/changeset/67794
Log:
Removed the unused is_supported_format<> metafunction.
Text files modified: 
   sandbox/gil/boost/gil/extension/io2/wic_image.hpp |     9 ---------                               
   1 files changed, 0 insertions(+), 9 deletions(-)
Modified: sandbox/gil/boost/gil/extension/io2/wic_image.hpp
==============================================================================
--- sandbox/gil/boost/gil/extension/io2/wic_image.hpp	(original)
+++ sandbox/gil/boost/gil/extension/io2/wic_image.hpp	2011-01-08 15:03:30 EST (Sat, 08 Jan 2011)
@@ -77,15 +77,6 @@
 template <> struct gil_to_wic_format<bgra16_pixel_t    , false> : format_guid<GUID_WICPixelFormat64bppBGRA  > {};
 template <> struct gil_to_wic_format<cmyk8_pixel_t     , false> : format_guid<GUID_WICPixelFormat32bppCMYK  > {};
 
-template <wic_format_t wic_format>
-struct is_supported_format
-    : is_same
-      <
-        format_guid<wic_format                  >,
-        format_guid<GUID_WICPixelFormatUndefined>
-      >
-{};
-
 
 typedef mpl::vector8
 <