Skip to content

Commit

Permalink
Small update
Browse files Browse the repository at this point in the history
  • Loading branch information
whaeck committed Nov 2, 2023
1 parent a0ee6ce commit 2d0fab5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/tools/ranges/TransformView.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -47,13 +47,13 @@ class TransformView : public ViewBase< TransformView< Range, Transform > > {
/**
* @brief Default constructor
*/
constexpr TransformView() = delete;
constexpr TransformView() = default;

/**
* @brief Constructor
*
* @param[in] begin the iterator to the beginning of the view
* @param[in] end the iterator to the end of the view
* @param[in] range the range to be transformed
* @param[in] transform the transformation to be applied to the range
*/
constexpr TransformView( Range range, Transform transform ) :
base_( std::move( range ) ),
Expand Down

0 comments on commit 2d0fab5

Please sign in to comment.