Skip to content

Commit 6731076

Browse files
chore: use enum struct instead of enum class in slice_how.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
1 parent 38de36a commit 6731076

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/boost/buffers/buffer.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ struct slice_tag {};
143143
overloads of `tag_invoke` for user-defined
144144
types which customize the slicing algorithms.
145145
*/
146-
enum class slice_how
146+
enum struct slice_how
147147
{
148148
/// Indicates that the front of the buffer sequence should be trimmed
149149
remove_prefix,

0 commit comments

Comments
 (0)