You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[](https://godbolt.org/z/4qEPK87va)
53
+
<!-- markdownlint-restore -->
48
54
49
55
`beman.exemplar` is a minimal C++ library conforming to [The Beman Standard](https://github.com/bemanproject/beman/blob/main/docs/beman_standard.md).
50
56
This can be used as a template for those intending to write Beman libraries.
@@ -243,9 +249,3 @@ include an appropriate `beman.exemplar` header from your source code.
243
249
```c++
244
250
#include<beman/exemplar/exemplar.hpp>
245
251
```
246
-
247
-
> [!NOTE]
248
-
>
249
-
> `beman.exemplar` headers are to be included with the `beman/exemplar/` prefix.
250
-
> Altering include search paths to spell the include target another way (e.g.
0 commit comments