Skip to content

Commit

Permalink
Attempt to work around MSVC ICE
Browse files Browse the repository at this point in the history
  • Loading branch information
Epixu committed Feb 7, 2025
1 parent c9525fd commit 3226b15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/Main.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,8 @@ using namespace Langulus;
(Vector<wchar_t, S>)

#define VECTORS_ALL(S) \
//VECTORS_SIGNED(S),
VECTORS_UNSIGNED(S)
//VECTORS_SIGNED(S),

using uint = unsigned int;
template<class T>
Expand Down

0 comments on commit 3226b15

Please sign in to comment.