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 2ceee80 commit 31bd4da
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/Main.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,7 @@ using namespace Langulus;
(Vector<::std::int64_t, S>), \
VECTORS_REAL(S)

#define VECTORS_UNSIGNED(S) \
(Vector<::std::uint16_t, S>)
#define VECTORS_UNSIGNED(S) (Vector<::std::uint8_t, S>)
/*(Vector<::std::uint8_t, S>), \
(Vector<::std::uint16_t, S>)
(Vector<::std::uint32_t, S>),\
Expand Down

0 comments on commit 31bd4da

Please sign in to comment.