From: Mikko Rasa Date: Tue, 2 Nov 2021 14:44:27 +0000 (+0200) Subject: Cosmetic changes X-Git-Url: http://git.tdb.fi/?p=libs%2Fdatafile.git;a=commitdiff_plain Cosmetic changes --- diff --git a/source/binfloat.cpp b/source/binfloat.cpp index 50fe5c5..c6097d8 100644 --- a/source/binfloat.cpp +++ b/source/binfloat.cpp @@ -3,7 +3,6 @@ using namespace std; - namespace Msp { namespace DataFile { diff --git a/source/loader.h b/source/loader.h index b9eee50..3fe26e7 100644 --- a/source/loader.h +++ b/source/loader.h @@ -83,7 +83,7 @@ protected: } /** Loads a sub-object from the statement being processed with an extra - parameter for the Loader. The Loader class of the sub-object is + arguments for the Loader. The Loader class of the sub-object is automatically used. */ template void load_sub(S &s, Args &&... args) @@ -192,7 +192,7 @@ void load(T &obj, typename T::Loader::Collection &coll, const std::string &fn, A } /** -Loads an object from a file stored in a collection. The object must havea +Loads an object from a file stored in a collection. The object must have a public Loader class. Any extra arguments are passed to the Loader constructor. */ template