fs/Path: make constructor `explicit`
This commit is contained in:
parent
1d560c8f0f
commit
b6b15afb5a
|
@ -38,7 +38,7 @@ class Path : public PathTraitsFS::Pointer {
|
|||
using Traits = PathTraitsFS;
|
||||
using Base = Traits::Pointer;
|
||||
|
||||
constexpr Path(const_pointer _value) noexcept:Base(_value) {}
|
||||
explicit constexpr Path(const_pointer _value) noexcept:Base(_value) {}
|
||||
|
||||
public:
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue