mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2026-02-03 00:24:57 +01:00
autogenerated commands and make format
This commit is contained in:
@@ -32,7 +32,7 @@ template <class T, class Allocator = std::allocator<T>> class Result {
|
||||
|
||||
public:
|
||||
Result() = default;
|
||||
Result(std::initializer_list<T> list) : vec(list){};
|
||||
Result(std::initializer_list<T> list) : vec(list) {};
|
||||
|
||||
/** Custom constructor from integer type to Result<ns> or Result<bool> */
|
||||
template <typename V, typename = typename std::enable_if<
|
||||
|
||||
Reference in New Issue
Block a user