Skip to content

Commit

Permalink
fix a compiling error
Browse files Browse the repository at this point in the history
  • Loading branch information
Rao Meng committed Jan 6, 2022
1 parent 1d92ad9 commit 686df5a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion fmtlog-inl.h
Original file line number Diff line number Diff line change
Expand Up @@ -511,7 +511,8 @@ void fmtlogT<_>::vformat_to(char* out, fmt::string_view fmt, fmt::format_args ar
}

template<int _>
fmtlogT<_>::SPSCVarQueueOPT::MsgHeader* fmtlogT<_>::SPSCVarQueueOPT::allocMsg(uint32_t size) {
typename fmtlogT<_>::SPSCVarQueueOPT::MsgHeader*
fmtlogT<_>::SPSCVarQueueOPT::allocMsg(uint32_t size) {
return alloc(size);
}

Expand Down

0 comments on commit 686df5a

Please sign in to comment.