Skip to content

Commit

Permalink
Fix link error on MSVC
Browse files Browse the repository at this point in the history
Issue #166
  • Loading branch information
barche committed Jun 21, 2024
1 parent e157d61 commit 2c3fef8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/jlcxx.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -339,6 +339,10 @@ namespace detail
{
}
};

template struct JLCXX_API BasicArg<false>;
template struct JLCXX_API BasicArg<true>;

}

#ifdef JLCXX_USE_TYPE_MAP
Expand Down

0 comments on commit 2c3fef8

Please sign in to comment.