File tree Expand file tree Collapse file tree 4 files changed +0
-35
lines changed
Expand file tree Collapse file tree 4 files changed +0
-35
lines changed Original file line number Diff line number Diff line change @@ -40,12 +40,6 @@ class NonUniformPointSampling : detail::NonUniformPointSamplingBase
4040public:
4141 using continuous_dimension_type = CDim;
4242
43- #if defined(DDC_BUILD_DEPRECATED_CODE)
44- using continuous_element_type
45- [[deprecated(" Use ddc::Coordinate<continuous_dimension_type> instead." )]]
46- = Coordinate<CDim>;
47- #endif
48-
4943 using discrete_dimension_type = NonUniformPointSampling;
5044
5145public:
Original file line number Diff line number Diff line change @@ -122,14 +122,6 @@ class PdiEvent
122122 return *this ;
123123 }
124124
125- #if defined(DDC_BUILD_DEPRECATED_CODE)
126- template <PDI_inout_t access, class T >
127- [[deprecated(" Use 'with' instead." )]] PdiEvent& and_with (std::string const & name, T&& t)
128- {
129- return with<access>(name, std::forward<T>(t));
130- }
131- #endif
132-
133125 // / @}
134126 // / API with access deduction
135127 // / @{
@@ -150,15 +142,6 @@ class PdiEvent
150142 return with<default_access_v<Arithmetic>>(name, std::forward<Arithmetic>(data));
151143 }
152144
153- #if defined(DDC_BUILD_DEPRECATED_CODE)
154- // / With synonym
155- template <class T >
156- [[deprecated(" Use 'with' instead." )]] PdiEvent& and_with (std::string const & name, T&& t)
157- {
158- return with (name, std::forward<T>(t));
159- }
160- #endif
161-
162145 // / @}
163146};
164147
Original file line number Diff line number Diff line change @@ -38,12 +38,6 @@ class PeriodicSampling : detail::PeriodicSamplingBase
3838public:
3939 using continuous_dimension_type = CDim;
4040
41- #if defined(DDC_BUILD_DEPRECATED_CODE)
42- using continuous_element_type
43- [[deprecated(" Use ddc::Coordinate<continuous_dimension_type> instead." )]]
44- = Coordinate<CDim>;
45- #endif
46-
4741 using discrete_dimension_type = PeriodicSampling;
4842
4943public:
Original file line number Diff line number Diff line change @@ -37,12 +37,6 @@ class UniformPointSampling : detail::UniformPointSamplingBase
3737public:
3838 using continuous_dimension_type = CDim;
3939
40- #if defined(DDC_BUILD_DEPRECATED_CODE)
41- using continuous_element_type
42- [[deprecated(" Use ddc::Coordinate<continuous_dimension_type> instead." )]]
43- = Coordinate<CDim>;
44- #endif
45-
4640 using discrete_dimension_type = UniformPointSampling;
4741
4842public:
You can’t perform that action at this time.
0 commit comments