[med-svn] [aghermann] 34/85: variadic templates for the great good in load_profiles_from_location
andrei zavada
hmmr-guest at alioth.debian.org
Thu Sep 26 23:46:27 UTC 2013
This is an automated email from the git hooks/post-receive script.
hmmr-guest pushed a commit to branch master
in repository aghermann.
commit 4980849bfb3993995f6db27a21f89dd96ac99d6b
Author: Andrei Zavada <johnhommer at gmail.com>
Date: Sun Sep 15 02:23:51 2013 +0300
variadic templates for the great good in load_profiles_from_location
---
upstream/src/aghermann/expdesign/expdesign.hh | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/upstream/src/aghermann/expdesign/expdesign.hh b/upstream/src/aghermann/expdesign/expdesign.hh
index e1c0e15..a4ed10a 100644
--- a/upstream/src/aghermann/expdesign/expdesign.hh
+++ b/upstream/src/aghermann/expdesign/expdesign.hh
@@ -326,7 +326,10 @@ const char* CExpDesign::group_of( const T& jid)
template <class T, class... Args>
list<T>
-load_profiles_from_location( agh::TExpDirLevel level, agh::CExpDesign& ED, const agh::SExpDirLevelId& level_id,
+load_profiles_from_location( const string& subdir,
+ agh::TExpDirLevel level,
+ agh::CExpDesign& ED,
+ const agh::SExpDirLevelId& level_id,
Args... args)
{
list<T> ret;
--
Alioth's /git/debian-med/git-commit-notice on /srv/git.debian.org/git/debian-med/aghermann.git
More information about the debian-med-commit
mailing list