mirror of
https://github.com/boostorg/unordered.git
synced 2025-07-29 19:07:15 +02:00
Drop some TODOs that are okay
This commit is contained in:
@ -32,8 +32,7 @@
|
||||
#endif
|
||||
#endif
|
||||
|
||||
// TODO: Use piecewise construction by default? Is it safe to assume that an
|
||||
// unknown library has it?
|
||||
// Assume that an unknown library does not support piecewise construction.
|
||||
#if !defined(BOOST_UNORDERED_HAVE_PIECEWISE_CONSTRUCT)
|
||||
#define BOOST_UNORDERED_HAVE_PIECEWISE_CONSTRUCT 0
|
||||
#endif
|
||||
|
@ -2571,7 +2571,6 @@ namespace boost {
|
||||
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)
|
||||
template <> struct pick_policy2<boost::long_long_type>
|
||||
{
|
||||
|
Reference in New Issue
Block a user