Browse Source

Add missing comment to indicate nodiscard ignore

Patrick-Christopher Mattulat 2 năm trước cách đây
mục cha
commit
710be6eb4c
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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