We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d993c9b commit 921598cCopy full SHA for 921598c
include/glaze/core/reflect.hpp
@@ -1397,8 +1397,6 @@ namespace glz
1397
1398
inline constexpr unique_per_length_t unique_per_length_info(const auto& input_strings)
1399
{
1400
- // TODO: MSVC fixed the related compiler bug, but GitHub Actions has not caught up yet
1401
-#if !defined(_MSC_VER)
1402
const auto N = input_strings.size();
1403
if (N == 0) {
1404
return {};
@@ -1463,9 +1461,6 @@ namespace glz
1463
1461
}
1464
1462
1465
return info;
1466
-#else
1467
- return {};
1468
-#endif
1469
1470
1471
template <class T>
0 commit comments