Skip to content

Commit

Permalink
fix compiling
Browse files Browse the repository at this point in the history
  • Loading branch information
yanyiwu committed Jul 16, 2024
1 parent abb9c88 commit 5d3071d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/CppJieba/Limonp/StdExtension.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

#include <map>

#if(__cplusplus == 201103L)
#if(__cplusplus >= 201103L)
#include <unordered_map>
#include <unordered_set>
#else
Expand Down

0 comments on commit 5d3071d

Please sign in to comment.