Skip to content

Commit

Permalink
Use typename
Browse files Browse the repository at this point in the history
    * tao/x11/optional_t.h:
  • Loading branch information
jwillemsen committed Oct 31, 2023
1 parent dd7c494 commit 2d7afe3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tao/x11/optional_t.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ namespace TAOX11_NAMESPACE
{
namespace IDL
{
template<class T>
template<typename T>
using optional = std::optional<T>;
} // namespace IDL
} // namespace TAOX11_NAMESPACE
Expand Down

0 comments on commit 2d7afe3

Please sign in to comment.