mirror of
https://github.com/Naios/continuable.git
synced 2025-12-07 01:06:44 +08:00
Some minor improvements
This commit is contained in:
parent
c8b4e1ddcd
commit
7e90187e50
@ -458,7 +458,8 @@ auto remap_container(container_mapping_tag<false, false>, M&& mapper,
|
|||||||
|
|
||||||
// We try to reserve the original size from the source
|
// We try to reserve the original size from the source
|
||||||
// container to the destination container.
|
// container to the destination container.
|
||||||
// TODO traits::detail::reserve_if_reservable(remapped, container.size());
|
// TODO Re-implement this
|
||||||
|
// traits::detail::reserve_if_reservable(remapped, container.size());
|
||||||
|
|
||||||
// Perform the actual value remapping from the source to
|
// Perform the actual value remapping from the source to
|
||||||
// the destination.
|
// the destination.
|
||||||
|
|||||||
@ -45,7 +45,7 @@ namespace detail {
|
|||||||
namespace util {
|
namespace util {
|
||||||
/// Helper to trick compilers about that a parameter pack is used
|
/// Helper to trick compilers about that a parameter pack is used
|
||||||
template <typename... T>
|
template <typename... T>
|
||||||
void unused(T&&...) {
|
constexpr void unused(T&&...) noexcept {
|
||||||
}
|
}
|
||||||
|
|
||||||
namespace detail {
|
namespace detail {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user