Skip to content

Commit 2bfebf8

Browse files
committed
fix: merge conflicts.
Signed-off-by: DivyPatel9881 <[email protected]>
1 parent 6caf08e commit 2bfebf8

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,13 @@ Casbin-CPP
88

99
**News**: Are you still worried about how to write the correct Casbin policy? ``Casbin online editor`` is coming to help! Try it at: http://casbin.org/editor/
1010

11+
## Build Availability on Platforms:
12+
Operating Systems | Availability status
13+
----------------- | -------------------
14+
Windows (VS C++) | :heavy_check_mark: Available
15+
Linux and MacOS | :wrench: Under-Development
16+
17+
1118
![casbin Logo](casbin-logo.png)
1219

1320
## All the languages supported by Casbin:
@@ -130,7 +137,6 @@ Note: you can also initialize an enforcer with policy in DB instead of file, see
130137
vector<string> roles( e->GetImplicitRolesForUser(sub) );
131138
```
132139

133-
134140
## Policy management
135141

136142
Casbin provides two sets of APIs to manage permissions:

0 commit comments

Comments
 (0)