From 86a81bdecfb320f9ce3569d49e26f12a925854d4 Mon Sep 17 00:00:00 2001 From: Mikko Rasa Date: Tue, 2 Nov 2021 16:44:27 +0200 Subject: [PATCH] Cosmetic changes --- source/binfloat.cpp | 1 - source/loader.h | 4 ++-- 2 files changed, 2 insertions(+), 3 deletions(-) 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 -- 2.43.0