refactor
Some checks failed
BlockStorage/repertory_osx_builds/pipeline/head There was a failure building this commit
BlockStorage/repertory_linux_builds/pipeline/head This commit looks good

This commit is contained in:
Scott E. Graves 2023-12-14 09:11:49 -06:00
parent f3ea2ccc21
commit ad7872a0e3
2 changed files with 1 additions and 7 deletions

View File

@ -123,6 +123,7 @@ template <typename data_type>
#include <boost/asio.hpp>
#include <boost/bind/bind.hpp>
#include <boost/dynamic_bitset.hpp>
#include <boost/dynamic_bitset.hpp>
#include <boost/dynamic_bitset/serialization.hpp>
#include <boost/endian/conversion.hpp>
#include <boost/serialization/vector.hpp>

View File

@ -22,13 +22,6 @@
#ifndef INCLUDE_UTILS_STRING_UTILS_HPP_
#define INCLUDE_UTILS_STRING_UTILS_HPP_
REPERTORY_IGNORE_WARNINGS_ENABLE()
#include <boost/dynamic_bitset.hpp>
#include <string>
#include <string_view>
#include <vector>
REPERTORY_IGNORE_WARNINGS_DISABLE()
namespace repertory::utils::string {
// Prototypes
constexpr auto begins_with(std::string_view str, std::string_view val) -> bool {