Skip to content

Commit

Permalink
removed references to zip_transform
Browse files Browse the repository at this point in the history
  • Loading branch information
whaeck committed Sep 3, 2024
1 parent f6b6dee commit 0673922
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/tools/std23/views.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,3 @@
#include "tools/std23/views/chunk_by.hpp"
#include "tools/std23/views/repeat.hpp"
#include "tools/std23/views/stride.hpp"
#include "tools/std23/views/zip_transform.hpp"
2 changes: 2 additions & 0 deletions src/tools/std23/views/removed/zip_transform.hpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// this code does not work as it should and is therefore removed

#ifndef NJOY_TOOLS_STD23_RANGES_VIEWS_ZIP_TRANSFORM
#define NJOY_TOOLS_STD23_RANGES_VIEWS_ZIP_TRANSFORM

Expand Down

0 comments on commit 0673922

Please sign in to comment.