Fix spaces
This commit is contained in:
parent
8dfeb6e324
commit
6a448be88c
@ -420,8 +420,8 @@ typename std::enable_if<std::is_arithmetic<T>::value, C>::type CeilC(T a_Value)
|
|||||||
|
|
||||||
|
|
||||||
//temporary replacement for std::make_unique until we get c++14
|
//temporary replacement for std::make_unique until we get c++14
|
||||||
template< class T, class... Args >
|
template <class T, class... Args>
|
||||||
std::unique_ptr<T> make_unique( Args&&... args )
|
std::unique_ptr<T> make_unique(Args&&... args)
|
||||||
{
|
{
|
||||||
return std::unique_ptr<T>(new T(args...));
|
return std::unique_ptr<T>(new T(args...));
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user