transitional type StringX v_0 v0.17
authorFrantišek Kučera <franta-hg@frantovo.cz>
Tue, 29 Sep 2020 20:20:37 +0200
branchv_0
changeset 25 2934d7e1e9bc
parent 24 8ce15c6000ba
child 26 b6a8278c9064
transitional type StringX
include/relpipe/common/type/typedefs.h
--- a/include/relpipe/common/type/typedefs.h	Sat Jun 06 01:50:43 2020 +0200
+++ b/include/relpipe/common/type/typedefs.h	Tue Sep 29 20:20:37 2020 +0200
@@ -38,6 +38,11 @@
  */
 using String = std::string;
 
+/**
+ * Transitional type; should be replaced with relpipe::common::type::String.
+ */
+using StringX = std::wstring;
+
 }
 }
 }