mirror of
https://github.com/davidgiven/fluxengine.git
synced 2025-10-31 11:17:01 -07:00
Replace the Error() object with an error() function which takes fmt
formatspecs, making for much cleaner code. Reformatted everything. This actually happened in multiple steps but then I corrupted my local repository and I had to recover from the working tree.
This commit is contained in:
@@ -79,7 +79,7 @@ class EmptyFluxSourceIterator : public FluxSourceIterator
|
||||
|
||||
std::unique_ptr<const Fluxmap> next() override
|
||||
{
|
||||
Error() << "no flux to read";
|
||||
error("no flux to read");
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user