Skip to content

Commit 1487546

Browse files
committed
Remove tv::apply
With structured bindings creating packs, the only use case for it is in contexts that require an expression without a declaration. It's easy enough to wrap it in a lambda that it doesn't seem worth providing.
1 parent 51346a6 commit 1487546

File tree

3 files changed

+0
-30
lines changed

3 files changed

+0
-30
lines changed

source/tv/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ target_sources(tv PUBLIC
1818
FILE_SET CXX_MODULES
1919
BASE_DIRS "${CMAKE_CURRENT_SOURCE_DIR}"
2020
FILES
21-
apply.cpp
2221
get_index.cpp
2322
indexed_value.cpp
2423
insert.cpp

source/tv/apply.cpp

Lines changed: 0 additions & 28 deletions
This file was deleted.

source/tv/tv.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55

66
export module tv;
77

8-
export import tv.apply;
98
export import tv.indexed_value;
109
export import tv.insert;
1110
export import tv.none;

0 commit comments

Comments
 (0)