Skip to content

Commit

Permalink
Attempt MSVC fix
Browse files Browse the repository at this point in the history
+ static_assert that our domain name override is detected to avoid bad surprises.
  • Loading branch information
merlinND committed Oct 29, 2024
1 parent e1b1fce commit 53c69f4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion ext/drjit
Submodule drjit updated 1 files
+5 −4 include/drjit/call.h
1 change: 1 addition & 0 deletions include/mitsuba/core/class.h
Original file line number Diff line number Diff line change
Expand Up @@ -298,6 +298,7 @@ public:
static constexpr const char *domain_() { \
return MIDomain_.data(); \
} \
static_assert(is_detected_v<detail::has_domain_override, CallSupport_>); \
DRJIT_CALL_END(mitsuba::Name)


Expand Down

0 comments on commit 53c69f4

Please sign in to comment.