소스 검색

Add missing comment to indicate nodiscard ignore

Patrick-Christopher Mattulat 2 년 전
부모
커밋
710be6eb4c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      include/ls-std/io/xml/XmlReader.hpp

+ 1 - 1
include/ls-std/io/xml/XmlReader.hpp

@@ -30,7 +30,7 @@ namespace ls::std::io
 
       // implementation
 
-      ls::std::core::type::byte_field read() override;
+      ls::std::core::type::byte_field read() override; // nodiscard is optional here
 
       // additional functionality