Skip to content

Commit ca9af48

Browse files
FIX: trying to solve merge conflicts on .gitmodules and .vscode
1 parent 487bff8 commit ca9af48

File tree

2 files changed

+34
-39
lines changed

2 files changed

+34
-39
lines changed

.gitmodules

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@
1212
path = deps/boost
1313
url = https://github.com/diffCheckOrg/submodule-boost.git
1414
[submodule "deps/loguru"]
15-
path = deps/loguru
16-
url = https://github.com/emilk/loguru.git
15+
path = deps/loguru
16+
url = https://github.com/emilk/loguru.git

.vscode/settings.json

Lines changed: 32 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -1,90 +1,56 @@
11
{
22
"files.associations": {
3-
"memory": "cpp",
3+
"iostream": "cpp",
4+
"string": "cpp",
45
"algorithm": "cpp",
5-
"any": "cpp",
66
"array": "cpp",
77
"atomic": "cpp",
88
"bit": "cpp",
9-
"bitset": "cpp",
109
"cctype": "cpp",
11-
"cfenv": "cpp",
1210
"charconv": "cpp",
1311
"chrono": "cpp",
14-
"cinttypes": "cpp",
1512
"clocale": "cpp",
1613
"cmath": "cpp",
17-
"codecvt": "cpp",
1814
"compare": "cpp",
19-
"complex": "cpp",
2015
"concepts": "cpp",
21-
"condition_variable": "cpp",
22-
"coroutine": "cpp",
23-
"csetjmp": "cpp",
24-
"csignal": "cpp",
25-
"cstdarg": "cpp",
2616
"cstddef": "cpp",
2717
"cstdint": "cpp",
2818
"cstdio": "cpp",
2919
"cstdlib": "cpp",
3020
"cstring": "cpp",
3121
"ctime": "cpp",
3222
"cwchar": "cpp",
33-
"cwctype": "cpp",
34-
"deque": "cpp",
3523
"exception": "cpp",
36-
"execution": "cpp",
3724
"filesystem": "cpp",
3825
"format": "cpp",
3926
"forward_list": "cpp",
40-
"fstream": "cpp",
4127
"functional": "cpp",
42-
"future": "cpp",
4328
"initializer_list": "cpp",
4429
"iomanip": "cpp",
4530
"ios": "cpp",
4631
"iosfwd": "cpp",
47-
"iostream": "cpp",
4832
"istream": "cpp",
4933
"iterator": "cpp",
5034
"limits": "cpp",
5135
"list": "cpp",
5236
"locale": "cpp",
5337
"map": "cpp",
54-
"memory_resource": "cpp",
55-
"mutex": "cpp",
38+
"memory": "cpp",
5639
"new": "cpp",
57-
"numeric": "cpp",
5840
"optional": "cpp",
5941
"ostream": "cpp",
60-
"queue": "cpp",
61-
"random": "cpp",
62-
"ranges": "cpp",
6342
"ratio": "cpp",
64-
"regex": "cpp",
65-
"scoped_allocator": "cpp",
66-
"set": "cpp",
67-
"shared_mutex": "cpp",
68-
"source_location": "cpp",
69-
"span": "cpp",
7043
"sstream": "cpp",
71-
"stack": "cpp",
7244
"stdexcept": "cpp",
73-
"stop_token": "cpp",
7445
"streambuf": "cpp",
75-
"string": "cpp",
76-
"strstream": "cpp",
7746
"system_error": "cpp",
78-
"thread": "cpp",
7947
"tuple": "cpp",
8048
"type_traits": "cpp",
8149
"typeindex": "cpp",
8250
"typeinfo": "cpp",
8351
"unordered_map": "cpp",
8452
"unordered_set": "cpp",
8553
"utility": "cpp",
86-
"valarray": "cpp",
87-
"variant": "cpp",
8854
"vector": "cpp",
8955
"xfacet": "cpp",
9056
"xhash": "cpp",
@@ -102,6 +68,35 @@
10268
"xtr1common": "cpp",
10369
"xtree": "cpp",
10470
"xutility": "cpp",
71+
"any": "cpp",
72+
"complex": "cpp",
73+
"condition_variable": "cpp",
74+
"csignal": "cpp",
75+
"cstdarg": "cpp",
76+
"deque": "cpp",
77+
"execution": "cpp",
78+
"fstream": "cpp",
79+
"future": "cpp",
80+
"mutex": "cpp",
81+
"numeric": "cpp",
82+
"queue": "cpp",
83+
"random": "cpp",
84+
"regex": "cpp",
85+
"set": "cpp",
86+
"span": "cpp",
87+
"stop_token": "cpp",
88+
"thread": "cpp",
89+
"variant": "cpp",
90+
"bitset": "cpp",
91+
"cfenv": "cpp",
92+
"ranges": "cpp",
93+
"shared_mutex": "cpp",
94+
"source_location": "cpp",
95+
"stack": "cpp",
96+
"valarray": "cpp",
97+
"*.inc": "cpp",
98+
"coroutine": "cpp",
99+
"resumable": "cpp",
105100
"*.ipp": "cpp"
106101
}
107102
}

0 commit comments

Comments
 (0)