2
0
mirror of https://github.com/boostorg/hana.git synced 2026-02-25 16:32:09 +00:00

Remove meaningless or redundant (implied) todos.

This commit is contained in:
Louis Dionne
2014-07-07 21:12:29 -04:00
parent 48bb45394f
commit 41eefb2d29
4 changed files with 3 additions and 7 deletions

View File

@@ -42,7 +42,7 @@ namespace boost { namespace hana {
//! @method{MonadZero}
//!
//! ### Example
//! @todo
//! ...
BOOST_HANA_CONSTEXPR_LAMBDA auto filter = [](auto predicate, auto monad) {
return MonadZero::instance<datatype_t<decltype(monad)>>::filter_impl(predicate, monad);
};

View File

@@ -24,9 +24,6 @@ namespace boost { namespace hana {
//! @note
//! `IntegerList` may be more efficient than `List` because of
//! optimizations. When possible, it should be preferred.
//!
//! @todo
//! Actually provide optimizations.
struct IntegerList { };
namespace operators {

View File

@@ -27,8 +27,7 @@ namespace boost { namespace hana {
//! optimizations. When possible, it should be preferred.
//!
//! @todo
//! - Implement efficient membership testing.
//! - Actually provide optimizations.
//! - Efficient membership testing is possible.
//! - `TypeList` is not really a `Functor` because the function must
//! map from `Type`s to `Type`s. Should it be modified so that
//! `TypeList` becomes `List` if we try to store something else

View File

@@ -157,7 +157,7 @@ namespace boost { namespace hana { namespace sandbox {
//////////////////////////////////////////////////////////////////////
// operations
//////////////////////////////////////////////////////////////////////
// TODO
// ...
private:
//////////////////////////////////////////////////////////////////////