mirror of
https://github.com/bolero-MURAKAMI/Sprout.git
synced 2024-11-14 10:39:05 +00:00
remove unused typedef
This commit is contained in:
parent
54920b3389
commit
2b28ddef6f
1 changed files with 0 additions and 1 deletions
|
@ -30,7 +30,6 @@ namespace sprout {
|
||||||
template<typename... Args>
|
template<typename... Args>
|
||||||
static SPROUT_CONSTEXPR copied_type
|
static SPROUT_CONSTEXPR copied_type
|
||||||
make(Args&&... args) {
|
make(Args&&... args) {
|
||||||
typedef sprout::detail::make_construct_impl<copied_type> impl_type;
|
|
||||||
return copied_type(SPROUT_FORWARD(Args, args)...);
|
return copied_type(SPROUT_FORWARD(Args, args)...);
|
||||||
}
|
}
|
||||||
template<typename Cont, typename... Args>
|
template<typename Cont, typename... Args>
|
||||||
|
|
Loading…
Reference in a new issue