Fix macro definition in docs, update CI links and config.hpp

This commit is contained in:
Krystian Stasiowski
2020-02-26 23:04:38 -05:00
parent f74d97d09e
commit a3531c0e48
4 changed files with 27 additions and 33 deletions

View File

@ -12,6 +12,7 @@
#define BOOST_STATIC_STRING_STATIC_STRING_HPP
#include <boost/static_string/config.hpp>
#include <algorithm>
#include <cstdint>
#include <cstdio>
@ -875,7 +876,6 @@ public:
BOOST_STATIC_STRING_CPP14_CONSTEXPR
basic_static_string(const_pointer s);
/** Construct a `basic_static_string`.
Construct from a range of characters
@ -4858,7 +4858,7 @@ hash_value(
return boost::hash_range(str.begin(), str.end());
}
#endif
} // static_string
} // static_strings
//------------------------------------------------------------------------------
//
@ -5498,7 +5498,7 @@ insert_unchecked(
this->set_size(curr_size + count);
return curr_data + index;
}
} // static_string
} // static_strings
} // boost
#endif
#endif