From 80d4acfb24ed0d72e22caafcc17fa4def686bd78 Mon Sep 17 00:00:00 2001 From: Kenneth Heafield Date: Mon, 27 Jan 2014 22:18:14 -0800 Subject: Another attempted fix at the sorting iterator for C++11 --- klm/util/joint_sort.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'klm/util/joint_sort.hh') diff --git a/klm/util/joint_sort.hh b/klm/util/joint_sort.hh index 5589c558..b1ec48e2 100644 --- a/klm/util/joint_sort.hh +++ b/klm/util/joint_sort.hh @@ -90,7 +90,7 @@ template class JointProxy { } friend void swap(JointProxy first, JointProxy second) { - first.DeepSwap(second); + first.Inner().DeepSwap(second.Inner()); } private: -- cgit v1.2.3