Skip to content

Commit

Permalink
Revert "Add ALIA_DEFINE_STRUCT_SIGNALS"
Browse files Browse the repository at this point in the history
This reverts commit 74b860c.
  • Loading branch information
tmadden committed Dec 31, 2020
1 parent 74b860c commit cbf9e85
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 158 deletions.
2 changes: 1 addition & 1 deletion src/alia/signals/core.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ struct signal<

// signal_ref is a reference to a signal that acts as a signal itself.
template<class Value, class Capabilities>
struct signal_ref
struct signal_ref final
: signal<signal_ref<Value, Capabilities>, Value, Capabilities>
{
// Construct from any signal with compatible capabilities.
Expand Down
78 changes: 0 additions & 78 deletions src/alia/signals/field_macros.hpp

This file was deleted.

79 changes: 0 additions & 79 deletions unit_tests/signals/field_macros.cpp

This file was deleted.

0 comments on commit cbf9e85

Please sign in to comment.