replace bs_t with rx::EnumBitSet

This commit is contained in:
DH 2025-10-04 22:19:57 +03:00
parent 3f14b99f24
commit 2965aaf3e3
46 changed files with 600 additions and 809 deletions

View file

@ -1635,7 +1635,7 @@ void fs::sync()
fmt::throw_exception("Stream overflow.");
}
fs::file::file(const std::string& path, bs_t<open_mode> mode)
fs::file::file(const std::string& path, rx::EnumBitSet<open_mode> mode)
{
if (path.empty())
{