Skip to content

Commit 20fdd67

Browse files
committed
rawspeed-no-std-optional check
X-Ref: darktable-org/rawspeed-clang-tidy-module#6 X-Ref: #599
1 parent c818f3e commit 20fdd67

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)