mirror of
https://github.com/trapexit/mergerfs.git
synced 2024-11-30 12:33:49 +08:00
mergerfs.cpp
This commit is contained in:
parent
3a936dc743
commit
d5b411ce44
|
@ -305,7 +305,7 @@ main(int argc_,
|
|||
auto data = toml::parse<toml::preserve_comments>("config.toml");
|
||||
|
||||
std::cout << data["branches"] << '\n';
|
||||
// Branches2 b(data["branches"]);
|
||||
Branches2 b(data["branches"]);
|
||||
|
||||
|
||||
return 0;
|
||||
|
|
Loading…
Reference in New Issue
Block a user