mirror of
https://github.com/Naios/continuable.git
synced 2025-12-06 16:56: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
|
||||
// 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
|
||||
// the destination.
|
||||
|
||||
@ -45,7 +45,7 @@ namespace detail {
|
||||
namespace util {
|
||||
/// Helper to trick compilers about that a parameter pack is used
|
||||
template <typename... T>
|
||||
void unused(T&&...) {
|
||||
constexpr void unused(T&&...) noexcept {
|
||||
}
|
||||
|
||||
namespace detail {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user