summaryrefslogtreecommitdiff
path: root/src/array.hpp
diff options
context:
space:
mode:
authorMartin Sustrik <sustrik@250bpm.com>2012-03-08 09:43:04 +0100
committerMartin Sustrik <sustrik@250bpm.com>2012-03-08 09:43:04 +0100
commit1c4afc25e2fb9e081013edbaadcacb361c998bec (patch)
treef4cb1bfb59b23007466a01b5a5a14583ee1c5fb7 /src/array.hpp
parentac4335a87197369c9a3fe5e4a2fcc68de85e0a27 (diff)
Removal of pipe from dist_t fixed
Removing the pipe may have caused problems with matching, active and eligible pipes. Some pipes may have moved from one category to another without any reason. Signed-off-by: Martin Sustrik <sustrik@250bpm.com>
Diffstat (limited to 'src/array.hpp')
-rw-r--r--src/array.hpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/array.hpp b/src/array.hpp
index 1cc45f4..795760b 100644
--- a/src/array.hpp
+++ b/src/array.hpp
@@ -72,12 +72,10 @@ namespace xs
template <typename T, int ID = 0> class array_t
{
- private:
+ public:
typedef array_item_t <ID> item_t;
- public:
-
typedef typename std::vector <T*>::size_type size_type;
inline array_t ()