Commit b6b15afb authored by Max Kellermann's avatar Max Kellermann

fs/Path: make constructor `explicit`

parent 1d560c8f
...@@ -38,7 +38,7 @@ class Path : public PathTraitsFS::Pointer { ...@@ -38,7 +38,7 @@ class Path : public PathTraitsFS::Pointer {
using Traits = PathTraitsFS; using Traits = PathTraitsFS;
using Base = Traits::Pointer; using Base = Traits::Pointer;
constexpr Path(const_pointer _value) noexcept:Base(_value) {} explicit constexpr Path(const_pointer _value) noexcept:Base(_value) {}
public: public:
/** /**
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment