You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[ 66%] Building CXX object CMakeFiles/libtandem.dir/tandem.cpp.o
In file included from ~/tandem/tandem.cpp:9:0:
~/tandem/tandem.hpp: In function ‘std::vector tandem::make_suffix_array(const T&)’:
~/tandem/tandem.hpp:75:40: error: ‘cbegin’ is not a member of ‘std’
return std::vectorstd::uint32_t {std::cbegin(sa), std::cend(sa)};
^
~/tandem/tandem.hpp:75:57: error: ‘cend’ is not a member of ‘std’
return std::vectorstd::uint32_t {std::cbegin(sa), std::cend(sa)};
^
~/tandem/tandem.hpp: In function ‘std::vector tandem::make_suffix_array(const T&, std::size_t)’:
~/tandem/tandem.hpp:84:27: error: ‘cbegin’ is not a member of ‘std’
std::fill_n(std::copy(std::cbegin(sa), std::cend(sa), std::begin(result)), extra_capacity, 0);
^
The text was updated successfully, but these errors were encountered:
[ 66%] Building CXX object CMakeFiles/libtandem.dir/tandem.cpp.o
In file included from ~/tandem/tandem.cpp:9:0:
~/tandem/tandem.hpp: In function ‘std::vector tandem::make_suffix_array(const T&)’:
~/tandem/tandem.hpp:75:40: error: ‘cbegin’ is not a member of ‘std’
return std::vectorstd::uint32_t {std::cbegin(sa), std::cend(sa)};
^
~/tandem/tandem.hpp:75:57: error: ‘cend’ is not a member of ‘std’
return std::vectorstd::uint32_t {std::cbegin(sa), std::cend(sa)};
^
~/tandem/tandem.hpp: In function ‘std::vector tandem::make_suffix_array(const T&, std::size_t)’:
~/tandem/tandem.hpp:84:27: error: ‘cbegin’ is not a member of ‘std’
std::fill_n(std::copy(std::cbegin(sa), std::cend(sa), std::begin(result)), extra_capacity, 0);
^
The text was updated successfully, but these errors were encountered: