Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
odygrd committed Jun 15, 2023
1 parent 4bc4506 commit aca58c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion quill/include/quill/detail/backend/BackendWorker.h
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ class BackendWorker
* @param thread_context thread context
* @return start position of read
*/
QUILL_ATTRIBUTE_HOT QUILL_NODISCARD inline std::byte* _read_unbounded_queue(UnboundedQueue& queue,
QUILL_NODISCARD QUILL_ATTRIBUTE_HOT inline std::byte* _read_unbounded_queue(UnboundedQueue& queue,
ThreadContext* thread_context);

/**
Expand Down

0 comments on commit aca58c6

Please sign in to comment.