Skip to content

Commit 84b0589

Browse files
fix issue when include typical_segment_tree.hpp with command; release 0.3.1
1 parent 55cb044 commit 84b0589

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

library/mrpython/typical_segment_tree.hpp

-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
#include <cstddef>
2-
31
#include "mrpython/bits.hpp"
42
#include "mrpython/utility.hpp"
53

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "mp-oi-library",
33
"displayName": "mp-oi-library",
44
"description": "Some algorithms and data structures template for competitive programming.",
5-
"version": "0.3.0",
5+
"version": "0.3.1",
66
"repository": "https://github.com/Mr-Python-in-China/mp-oi-library",
77
"license": "LGPL-3.0-only",
88
"author": {

0 commit comments

Comments
 (0)