Skip to content

Commit

Permalink
fix empty base optimization for MSVC
Browse files Browse the repository at this point in the history
  • Loading branch information
bernhardmgruber committed May 13, 2022
1 parent a16f5da commit bced4e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/llama/View.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,7 @@ namespace llama
#else
template<typename TMapping, typename BlobType>
#endif
struct View
struct LLAMA_DECLSPEC_EMPTY_BASES View
: private TMapping
#if CAN_USE_RANGES
, std::ranges::view_base
Expand Down

0 comments on commit bced4e3

Please sign in to comment.