Pārlūkot izejas kodu

Add missing comment to indicate nodiscard ignore

Patrick-Christopher Mattulat 2 gadi atpakaļ
vecāks
revīzija
710be6eb4c
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  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