Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Tradias committed Dec 26, 2023
1 parent 46c0d7c commit e50611d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/agrpc/detail/name.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ template <auto PrepareAsync>
struct ClientName
{
static constexpr auto FUNCTION = PrepareAsync;
static constexpr decltype(auto) METHOD_PREFIX = "::PrepareAsync";
static constexpr const char METHOD_PREFIX[] = "::PrepareAsync";

static constexpr auto prepare_service_name()
{
Expand All @@ -173,7 +173,7 @@ template <auto RequestRPC>
struct ServerName
{
static constexpr auto FUNCTION = RequestRPC;
static constexpr decltype(auto) METHOD_PREFIX = "::Request";
static constexpr const char METHOD_PREFIX[] = "::Request";

static constexpr auto prepare_service_name()
{
Expand Down

0 comments on commit e50611d

Please sign in to comment.