Index: ChangeLog
from Simon Odou <simon(a)lrde.epita.fr>
* mlc/traits.hh: Add `mlc_encoding_type_' macro.
traits.hh | 1 +
1 files changed, 1 insertion(+)
Index: mlc/traits.hh
--- mlc/traits.hh (revision 17)
+++ mlc/traits.hh (working copy)
@@ -14,6 +14,7 @@
# define mlc_encoding_type(T) typename mlc::traits<T>::encoding_type
+# define mlc_encoding_type_(T) mlc::traits<T>::encoding_type