mirror of
https://github.com/boostorg/unordered.git
synced 2025-07-30 03:17:15 +02:00
Remove an unused function.
[SVN r53318]
This commit is contained in:
@ -257,13 +257,6 @@ namespace boost {
|
|||||||
|
|
||||||
#else
|
#else
|
||||||
|
|
||||||
void construct()
|
|
||||||
{
|
|
||||||
construct_preamble();
|
|
||||||
new(node_->address()) value_type;
|
|
||||||
value_constructed_ = true;
|
|
||||||
}
|
|
||||||
|
|
||||||
#define BOOST_UNORDERED_CONSTRUCT_IMPL(z, n, _) \
|
#define BOOST_UNORDERED_CONSTRUCT_IMPL(z, n, _) \
|
||||||
template < \
|
template < \
|
||||||
BOOST_UNORDERED_TEMPLATE_ARGS(z, n) \
|
BOOST_UNORDERED_TEMPLATE_ARGS(z, n) \
|
||||||
@ -292,8 +285,7 @@ namespace boost {
|
|||||||
new(node_->address()) value_type( \
|
new(node_->address()) value_type( \
|
||||||
BOOST_UNORDERED_CALL_PARAMS(z, n) \
|
BOOST_UNORDERED_CALL_PARAMS(z, n) \
|
||||||
); \
|
); \
|
||||||
} \
|
}
|
||||||
\
|
|
||||||
|
|
||||||
#define BOOST_UNORDERED_CONSTRUCT_IMPL2(z, n, _) \
|
#define BOOST_UNORDERED_CONSTRUCT_IMPL2(z, n, _) \
|
||||||
template <typename First, typename Second, typename Key, \
|
template <typename First, typename Second, typename Key, \
|
||||||
|
Reference in New Issue
Block a user