Skip to content

Commit 747d248

Browse files
authored
Merge pull request #602 from LebedevRI/clang-tidy-rawspeed-no-std-optional-check
`rawspeed-no-std-optional` check
2 parents c818f3e + 20fdd67 commit 747d248

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/librawspeed/adt/Optional.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
namespace rawspeed {
2828

2929
template <typename T> class Optional final {
30+
// NOLINTNEXTLINE(rawspeed-no-std-optional): we're in the wrapper.
3031
std::optional<T> impl;
3132

3233
public:

0 commit comments

Comments
 (0)