diff options
author | astrojhgu <astrojhgu@ed2142bd-67ad-457f-ba7c-d818d4011675> | 2009-11-23 14:55:42 +0000 |
---|---|---|
committer | astrojhgu <astrojhgu@ed2142bd-67ad-457f-ba7c-d818d4011675> | 2009-11-23 14:55:42 +0000 |
commit | 215034db7c1c62ef1cf67659e72a3275e7b81924 (patch) | |
tree | ee6af3a06d96c6a0f7846ee955d9330e5b383b5e /misc | |
parent | 36076e63361d7c3d010f673d267793797de122b8 (diff) | |
download | opt-utilities-215034db7c1c62ef1cf67659e72a3275e7b81924.tar.bz2 |
git-svn-id: file:///home/svn/opt_utilities@97 ed2142bd-67ad-457f-ba7c-d818d4011675
Diffstat (limited to 'misc')
-rw-r--r-- | misc/optvec.hpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/optvec.hpp b/misc/optvec.hpp index d950c5f..2e8ecb2 100644 --- a/misc/optvec.hpp +++ b/misc/optvec.hpp @@ -13,8 +13,8 @@ namespace opt_utilities public: optvec() {} - - optvec(size_t s) + + explicit optvec(size_t s) :std::vector<T>(s) {} |