Skip to content

Commit e536216

Browse files
committed
From flatbuffers upstream: Fix compiler error
Original author of change: avaliente-bc Backport/update from upstream flatbuffers repository. Change taken from google/flatbuffers#7227
1 parent db25cfb commit e536216

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/behaviortree_cpp_v3/flatbuffers/stl_emulation.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -625,7 +625,7 @@ class span FLATBUFFERS_FINAL_CLASS {
625625
private:
626626
// This is a naive implementation with 'count_' member even if (Extent != dynamic_extent).
627627
pointer const data_;
628-
const size_type count_;
628+
size_type count_;
629629
};
630630

631631
#if !defined(FLATBUFFERS_SPAN_MINIMAL)

0 commit comments

Comments
 (0)