1 parent a1d37c2 commit 71bdafbCopy full SHA for 71bdafb
1 file changed
libraries/core/tests/serialisation/adapters/std/bitset.tests.cpp
@@ -22,8 +22,7 @@ namespace morpheus::serialisation
22
using namespace ::testing;
23
using namespace std::literals::string_view_literals;
24
25
-template <typename Range>
26
-std::string toBitString(Range const& values)
+std::string toBitString(conf::ranges::range auto const& values)
27
{
28
std::string result;
29
result.reserve(std::size(values) * 64uz);
0 commit comments