forked from boostorg/unordered
Drop some TODOs that are okay
This commit is contained in:
@ -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
|
||||||
|
@ -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>
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user