add ToString to Config
All checks were successful
linux-mips64-gcc / linux-gcc-mips64el (Debug) (push) Successful in 1m37s
linux-x64-gcc / linux-gcc (Release) (push) Successful in 1m47s
linux-arm-gcc / linux-gcc-armhf (push) Successful in 1m57s
linux-aarch64-cpu-gcc / linux-gcc-aarch64 (push) Successful in 2m6s
linux-mips64-gcc / linux-gcc-mips64el (Release) (push) Successful in 2m7s
linux-x64-gcc / linux-gcc (Debug) (push) Successful in 2m25s
All checks were successful
linux-mips64-gcc / linux-gcc-mips64el (Debug) (push) Successful in 1m37s
linux-x64-gcc / linux-gcc (Release) (push) Successful in 1m47s
linux-arm-gcc / linux-gcc-armhf (push) Successful in 1m57s
linux-aarch64-cpu-gcc / linux-gcc-aarch64 (push) Successful in 2m6s
linux-mips64-gcc / linux-gcc-mips64el (Release) (push) Successful in 2m7s
linux-x64-gcc / linux-gcc (Debug) (push) Successful in 2m25s
This commit is contained in:
parent
4f8b6241e0
commit
ec8bbc8465
@ -17,7 +17,7 @@ public:
|
|||||||
Config &operator=(const Config &lhs) = delete;
|
Config &operator=(const Config &lhs) = delete;
|
||||||
Config &operator=(Config &&rhs) noexcept = delete;
|
Config &operator=(Config &&rhs) noexcept = delete;
|
||||||
|
|
||||||
sled::string ToString() const;
|
std::string ToString() const;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* case 1
|
* case 1
|
||||||
|
Loading…
Reference in New Issue
Block a user