Fixup whitespace
This commit is contained in:
parent
545b4ff3cc
commit
8c5dd1eea1
@ -36,11 +36,10 @@ size_t elems(T (&)[N])
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
template<class T, class...Args>
|
template <class T, class...Args>
|
||||||
std::unique_ptr<T>
|
std::unique_ptr<T>
|
||||||
make_unique(Args&&... args) {
|
make_unique(Args&&... args) {
|
||||||
return std::unique_ptr<T> (new T(std::forward<Args>(args)...));
|
return std::unique_ptr<T> (new T(std::forward<Args>(args)...));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user