Skip to content

Commit 921598c

Browse files
committed
Remove MSVC guard for unique_per_length_info
1 parent d993c9b commit 921598c

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

include/glaze/core/reflect.hpp

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1397,8 +1397,6 @@ namespace glz
13971397

13981398
inline constexpr unique_per_length_t unique_per_length_info(const auto& input_strings)
13991399
{
1400-
// TODO: MSVC fixed the related compiler bug, but GitHub Actions has not caught up yet
1401-
#if !defined(_MSC_VER)
14021400
const auto N = input_strings.size();
14031401
if (N == 0) {
14041402
return {};
@@ -1463,9 +1461,6 @@ namespace glz
14631461
}
14641462

14651463
return info;
1466-
#else
1467-
return {};
1468-
#endif
14691464
}
14701465

14711466
template <class T>

0 commit comments

Comments
 (0)