Переглянути джерело

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