We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b990541 commit b0de67cCopy full SHA for b0de67c
include/beman/any_view/detail/unique_address.hpp
@@ -3,6 +3,7 @@
3
#ifndef BEMAN_ANY_VIEW_DETAIL_UNIQUE_ADDRESS_HPP
4
#define BEMAN_ANY_VIEW_DETAIL_UNIQUE_ADDRESS_HPP
5
6
+//clang-format off
7
#if !defined(__has_include) || __has_include(<beman/any_view/config.hpp>)
8
#include <beman/any_view/config.hpp>
9
#else
@@ -15,5 +16,6 @@
15
16
#define BEMAN_ANY_VIEW_NO_UNIQUE_ADDRESS() [[no_unique_address]]
17
#endif
18
19
+//clang-format on
20
21
0 commit comments