瀏覽代碼

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