mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-27 20:05:10 +00:00
Convert config_file.cc read_from_file() from continuation-style to coroutines, avoiding a template instantiation conflict with -fpch-instantiate-templates when heavy Scylla headers are in the PCH. Qualify input_stream<char> in object_storage.cc lambda parameter with seastar:: to resolve the same PCH template parsing issue.