Subversion Repositories tpanel

Rev

Rev 170 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 170 Rev 172
Line 150... Line 150...
150
            return vec.data();
150
            return vec.data();
151
        }
151
        }
152
 
152
 
153
        const value_type* data() const noexcept
153
        const value_type* data() const noexcept
154
        {
154
        {
155
            std::lock_guard<std::mutex> vectorLockGuard(mut);
155
            std::lock_guard<const std::mutex> vectorLockGuard(mut);
156
 
156
 
157
            return vec.data();
157
            return vec.data();
158
        }
158
        }
159
 
159
 
160
        /*wrapper for emplace() function*/
160
        /*wrapper for emplace() function*/