Skip to content

Commit cec0cbd

Browse files
committed
Force to inherit transform_iterator_tag.
1 parent 8c72b93 commit cec0cbd

35 files changed

+6435
-0
lines changed

.vscode/settings.json

Lines changed: 92 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,92 @@
1+
{
2+
"files.associations": {
3+
"iterator": "cpp",
4+
"initializer_list": "cpp",
5+
"iosfwd": "cpp",
6+
"new": "cpp",
7+
"type_traits": "cpp",
8+
"utility": "cpp",
9+
"cctype": "cpp",
10+
"clocale": "cpp",
11+
"cmath": "cpp",
12+
"cstdarg": "cpp",
13+
"cstddef": "cpp",
14+
"cstdio": "cpp",
15+
"cstdlib": "cpp",
16+
"cstring": "cpp",
17+
"ctime": "cpp",
18+
"cwchar": "cpp",
19+
"cwctype": "cpp",
20+
"any": "cpp",
21+
"array": "cpp",
22+
"atomic": "cpp",
23+
"strstream": "cpp",
24+
"bit": "cpp",
25+
"*.tcc": "cpp",
26+
"bitset": "cpp",
27+
"cfenv": "cpp",
28+
"charconv": "cpp",
29+
"chrono": "cpp",
30+
"codecvt": "cpp",
31+
"compare": "cpp",
32+
"complex": "cpp",
33+
"concepts": "cpp",
34+
"condition_variable": "cpp",
35+
"cstdint": "cpp",
36+
"deque": "cpp",
37+
"forward_list": "cpp",
38+
"list": "cpp",
39+
"map": "cpp",
40+
"set": "cpp",
41+
"string": "cpp",
42+
"unordered_map": "cpp",
43+
"unordered_set": "cpp",
44+
"vector": "cpp",
45+
"exception": "cpp",
46+
"algorithm": "cpp",
47+
"functional": "cpp",
48+
"memory": "cpp",
49+
"memory_resource": "cpp",
50+
"numeric": "cpp",
51+
"optional": "cpp",
52+
"random": "cpp",
53+
"ratio": "cpp",
54+
"source_location": "cpp",
55+
"string_view": "cpp",
56+
"system_error": "cpp",
57+
"tuple": "cpp",
58+
"slist": "cpp",
59+
"format": "cpp",
60+
"fstream": "cpp",
61+
"future": "cpp",
62+
"iomanip": "cpp",
63+
"iostream": "cpp",
64+
"istream": "cpp",
65+
"limits": "cpp",
66+
"mutex": "cpp",
67+
"numbers": "cpp",
68+
"ostream": "cpp",
69+
"semaphore": "cpp",
70+
"span": "cpp",
71+
"sstream": "cpp",
72+
"stdexcept": "cpp",
73+
"stdfloat": "cpp",
74+
"stop_token": "cpp",
75+
"streambuf": "cpp",
76+
"text_encoding": "cpp",
77+
"thread": "cpp",
78+
"cinttypes": "cpp",
79+
"typeindex": "cpp",
80+
"typeinfo": "cpp",
81+
"variant": "cpp",
82+
"*.ipp": "cpp",
83+
"ios": "cpp",
84+
"ranges": "cpp",
85+
"*.inc": "cpp",
86+
"coroutine": "cpp",
87+
"csetjmp": "cpp",
88+
"csignal": "cpp",
89+
"shared_mutex": "cpp",
90+
"valarray": "cpp"
91+
}
92+
}
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"requests":[{"kind":"cache","version":2},{"kind":"codemodel","version":2},{"kind":"toolchains","version":1},{"kind":"cmakeFiles","version":1}]}

0 commit comments

Comments
 (0)