refactor
This commit is contained in:
@@ -123,6 +123,7 @@ template <typename data_type>
|
|||||||
#include <boost/asio.hpp>
|
#include <boost/asio.hpp>
|
||||||
#include <boost/bind/bind.hpp>
|
#include <boost/bind/bind.hpp>
|
||||||
#include <boost/dynamic_bitset.hpp>
|
#include <boost/dynamic_bitset.hpp>
|
||||||
|
#include <boost/dynamic_bitset.hpp>
|
||||||
#include <boost/dynamic_bitset/serialization.hpp>
|
#include <boost/dynamic_bitset/serialization.hpp>
|
||||||
#include <boost/endian/conversion.hpp>
|
#include <boost/endian/conversion.hpp>
|
||||||
#include <boost/serialization/vector.hpp>
|
#include <boost/serialization/vector.hpp>
|
||||||
|
@@ -22,13 +22,6 @@
|
|||||||
#ifndef INCLUDE_UTILS_STRING_UTILS_HPP_
|
#ifndef INCLUDE_UTILS_STRING_UTILS_HPP_
|
||||||
#define 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 {
|
namespace repertory::utils::string {
|
||||||
// Prototypes
|
// Prototypes
|
||||||
constexpr auto begins_with(std::string_view str, std::string_view val) -> bool {
|
constexpr auto begins_with(std::string_view str, std::string_view val) -> bool {
|
||||||
|
Reference in New Issue
Block a user