From d2854834e18443876c8f75e0a7f3b88d1d549fc4 Mon Sep 17 00:00:00 2001 From: Daniel Wilhelm Date: Fri, 18 Apr 2014 17:15:39 +0200 Subject: 4.2 --- zen/fixed_list.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'zen/fixed_list.h') diff --git a/zen/fixed_list.h b/zen/fixed_list.h index c17ce0da..e80adb99 100644 --- a/zen/fixed_list.h +++ b/zen/fixed_list.h @@ -11,7 +11,7 @@ namespace zen { -//std::list(C++11) compatible class supporting inplace element construction for non-copyable/movable types +//std::list(C++11) compatible class for inplace element construction supporting non-copyable/movable types //may be replaced by C++11 std::list when available template class FixedList -- cgit