8 #ifndef BOOST_GIL_CONCEPTS_DYNAMIC_STEP_HPP     9 #define BOOST_GIL_CONCEPTS_DYNAMIC_STEP_HPP    11 #include <boost/gil/concepts/fwd.hpp>    12 #include <boost/gil/concepts/concept_check.hpp>    14 #if defined(BOOST_CLANG)    15 #pragma clang diagnostic push    16 #pragma clang diagnostic ignored "-Wunused-local-typedefs"    19 #if defined(BOOST_GCC) && (BOOST_GCC >= 40900)    20 #pragma GCC diagnostic push    21 #pragma GCC diagnostic ignored "-Wunused-local-typedefs"    24 namespace boost { 
namespace gil {
    43         ignore_unused_variable_warning(type{});
    63         ignore_unused_variable_warning(type{});
    69 #if defined(BOOST_CLANG)    70 #pragma clang diagnostic pop    73 #if defined(BOOST_GCC) && (BOOST_GCC >= 40900)    74 #pragma GCC diagnostic pop Concept for iterators, locators and views that can define a type just like the given iterator,...
Definition: concepts/dynamic_step.hpp:38
Concept for locators and views that can define a type just like the given locator or view,...
Definition: concepts/dynamic_step.hpp:58
Base template for types that model HasDynamicYStepTypeConcept.
Definition: dynamic_step.hpp:21
Base template for types that model HasDynamicXStepTypeConcept.
Definition: dynamic_step.hpp:17