Skip to content

Commit d24153e

Browse files
authored
fix: add missing pages to slug_map (#78)
1 parent c21336d commit d24153e

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

migrate/slug_map.json

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10115,6 +10115,10 @@
1011510115
"cppref": "cpp/utility/in_range",
1011610116
"cppdoc": "cpp/library/utility/in_range"
1011710117
},
10118+
{
10119+
"cppref": "cpp/utility/rtti",
10120+
"cppdoc": "cpp/library/utility/rtti"
10121+
},
1011810122
{
1011910123
"cppref": "cpp/utility/program",
1012010124
"cppdoc": "cpp/library/utility/program"
@@ -24499,6 +24503,22 @@
2449924503
"cppref": "cpp/identifier_with_special_meaning/override",
2450024504
"cppdoc": "cpp/language/keywords/override"
2450124505
},
24506+
{
24507+
"cppref": "cpp/identifier_with_special_meaning/pre",
24508+
"cppdoc": "cpp/language/keywords/pre"
24509+
},
24510+
{
24511+
"cppref": "cpp/identifier_with_special_meaning/post",
24512+
"cppdoc": "cpp/language/keywords/post"
24513+
},
24514+
{
24515+
"cppref": "cpp/identifier_with_special_meaning/trivially_relocatable_if_eligible",
24516+
"cppdoc": "cpp/language/keywords/trivially_relocatable_if_eligible"
24517+
},
24518+
{
24519+
"cppref": "cpp/identifier_with_special_meaning/replaceable_if_eligible",
24520+
"cppdoc": "cpp/language/keywords/replaceable_if_eligible"
24521+
},
2450224522
{
2450324523
"cppref": "cpp/identifier_with_special_meaning/module",
2450424524
"cppdoc": "cpp/language/keywords/module"
@@ -24651,6 +24671,10 @@
2465124671
"cppref": "cpp/language/modules",
2465224672
"cppdoc": "cpp/language/basic_concepts/modules"
2465324673
},
24674+
{
24675+
"cppref": "cpp/language/contracts",
24676+
"cppdoc": "cpp/language/basic_concepts/contracts"
24677+
},
2465424678
{
2465524679
"cppref": "cpp/language/copy_initialization",
2465624680
"cppdoc": "cpp/language/initialization/copy_initialization"

0 commit comments

Comments
 (0)