Skip to content

Commit

Permalink
Add __declspec work-around
Browse files Browse the repository at this point in the history
  • Loading branch information
bifurcation committed Dec 15, 2023
1 parent 1558ff0 commit d130650
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/mls/common.h
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ seconds_since_epoch();
///

template<class... Ts>
struct overloaded : Ts...
struct __declspec(empty_bases) overloaded : Ts...
{
using Ts::operator()...;
};
Expand Down

0 comments on commit d130650

Please sign in to comment.