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 "-Wunknown-pragmas"    17 #pragma clang diagnostic ignored "-Wunused-local-typedefs"    20 #if defined(BOOST_GCC) && (BOOST_GCC >= 40900)    21 #pragma GCC diagnostic push    22 #pragma GCC diagnostic ignored "-Wunused-local-typedefs"    25 namespace boost { 
namespace gil {
    44         ignore_unused_variable_warning(type{});
    64         ignore_unused_variable_warning(type{});
    70 #if defined(BOOST_CLANG)    71 #pragma clang diagnostic pop    74 #if defined(BOOST_GCC) && (BOOST_GCC >= 40900)    75 #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:39
Concept for locators and views that can define a type just like the given locator or view,...
Definition: concepts/dynamic_step.hpp:59
Base template for types that model HasDynamicYStepTypeConcept.
Definition: dynamic_step.hpp:21
Base template for types that model HasDynamicXStepTypeConcept.
Definition: dynamic_step.hpp:17