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 a9be937 commit 2ceee80
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions test/Main.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,10 @@ using namespace Langulus;
VECTORS_REAL(S)

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

0 comments on commit 2ceee80

Please sign in to comment.