mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-04-24 23:30:03 +02:00
typo
This commit is contained in:
parent
991567ba1c
commit
bc9d5718c9
@ -12,7 +12,7 @@ namespace sls {
|
||||
|
||||
|
||||
|
||||
// C++11 make_unique implementation for exeption safety
|
||||
// C++11 make_unique implementation for exception safety
|
||||
// already available as std::make_unique in C++14
|
||||
template <typename T, typename... Args>
|
||||
std::unique_ptr<T> make_unique(Args &&... args) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user