Skip to content

Commit

Permalink
Fixed wrong namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
eyck committed Oct 25, 2017
1 parent 83c40ae commit d5abb72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion incl/util/range_lut.h
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ template <typename T> inline void range_lut<T>::validate() {
}
}

template <typename T> inline std::__cxx11::string range_lut<T>::toString() {
template <typename T> inline std::string range_lut<T>::toString() {
std::ostringstream buf;
for (auto iter = m_lut.begin(); iter != m_lut.end(); ++iter) {
switch (iter->second.type) {
Expand Down

0 comments on commit d5abb72

Please sign in to comment.