Drop some TODOs that are okay

This commit is contained in:
Daniel James
2017-10-05 10:54:22 +01:00
parent 4ac8a45a34
commit e58081f6dc
2 changed files with 1 additions and 3 deletions

View File

@ -32,8 +32,7 @@
#endif #endif
#endif #endif
// TODO: Use piecewise construction by default? Is it safe to assume that an // Assume that an unknown library does not support piecewise construction.
// unknown library has it?
#if !defined(BOOST_UNORDERED_HAVE_PIECEWISE_CONSTRUCT) #if !defined(BOOST_UNORDERED_HAVE_PIECEWISE_CONSTRUCT)
#define BOOST_UNORDERED_HAVE_PIECEWISE_CONSTRUCT 0 #define BOOST_UNORDERED_HAVE_PIECEWISE_CONSTRUCT 0
#endif #endif

View File

@ -2571,7 +2571,6 @@ namespace boost {
typedef prime_policy<std::size_t> type; typedef prime_policy<std::size_t> type;
}; };
// TODO: Maybe not if std::size_t is smaller than long long.
#if !defined(BOOST_NO_LONG_LONG) #if !defined(BOOST_NO_LONG_LONG)
template <> struct pick_policy2<boost::long_long_type> template <> struct pick_policy2<boost::long_long_type>
{ {