Skip to content

Commit 8ffc52b

Browse files
committed
chore: fix namespace mess
1 parent 6762278 commit 8ffc52b

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

packages/react-native-executorch/common/rnexecutorch/utils/TypeConstraints.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
#include <concepts>
44

55
namespace rnexecutorch {
6+
7+
// When i make BaseModel have all of this methods we can then just check from
8+
// is_base_of instead of doing this for every single method
69
template <typename T>
710
concept HasForward = requires(T t) {
811
{ &T::forward };

0 commit comments

Comments
 (0)