Skip to content

Commit ff08c2c

Browse files
committed
Span: Fix typo inspan_CONFIG_SELECT_SPAN
Fixes liblcf build when targetting C++20 or newer
1 parent ea19c28 commit ff08c2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lcf/span.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
#define span_FEATURE_WITH_CONTAINER 1
2121
#define span_FEATURE_CONSTRUCTION_FROM_STDARRAY_ELEMENT_TYPE 1
2222
#define span_FEATURE_MAKE_SPAN 1
23-
#define span_CONFIG_SLECT_SPAN span_SPAN_NONSTD
23+
#define span_CONFIG_SELECT_SPAN span_SPAN_NONSTD
2424
#include <lcf/third_party/span.h>
2525

2626
namespace lcf {

0 commit comments

Comments
 (0)