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 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:
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user