Skip to content

Commit

Permalink
added TODO comment
Browse files Browse the repository at this point in the history
  • Loading branch information
bold84 committed Mar 31, 2024
1 parent 708613e commit 5c4eb8f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/core/use-type.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,8 @@ void standard_use_type::dump_value(std::ostream& os) const
return;

case x_wchar:
// os << "L\"" << exchange_type_cast<x_wchar>(data_) << L"\"";
// TODO: implement
os << "<wchar>";
return;

case x_stdstring:
Expand All @@ -63,6 +64,7 @@ void standard_use_type::dump_value(std::ostream& os) const

case x_stdwstring:
// TODO: implement
os << "<wstring>";
return;

case x_int8:
Expand Down

0 comments on commit 5c4eb8f

Please sign in to comment.