]> git.tdb.fi Git - libs/datafile.git/commit
Move the definition of Input's operator bool to the header wip
authorMikko Rasa <tdb@tdb.fi>
Tue, 3 Jan 2023 11:05:22 +0000 (13:05 +0200)
committerMikko Rasa <tdb@tdb.fi>
Tue, 3 Jan 2023 11:05:22 +0000 (13:05 +0200)
commit3dac369f47a47540ca5e0d691c9b6e5cd41e127e
tree823093e5a1fd1e47311d2b2e7544d6987570b3de
parent767eef43221f871240e78035158b38b0447c20e6
Move the definition of Input's operator bool to the header

The class should be considered as internal, but Parser invokes the bool
conversion from its own.  This avoids having to export Input.
source/input.cpp
source/input.h