{"id":1637,"date":"2024-05-17T01:40:25","date_gmt":"2024-05-17T01:40:25","guid":{"rendered":"https:\/\/p-horlix.net\/umamusume-phazor\/?p=1637"},"modified":"2024-05-17T01:47:23","modified_gmt":"2024-05-17T01:47:23","slug":"cannot-refer-to-declaration-with-an-array-type-inside-block-%e3%82%a8%e3%83%a9%e3%83%bc","status":"publish","type":"post","link":"https:\/\/p-horlix.net\/umamusume-phazor\/?p=1637","title":{"rendered":"cannot refer to declaration with an array type inside block \u30a8\u30e9\u30fc"},"content":{"rendered":"<p>C \u306e\u30d6\u30ed\u30c3\u30af\u5185\uff08^ \u306b\u7d9a\u304f\u95a2\u6570\u306e\u3042\u308c\uff09\u3067\u306f\u3001\u914d\u5217\u3078\u306e\u53c2\u7167\u306f\u3067\u304d\u306a\u3044\u3089\u3057\u3044\u3002<\/p>\n<p>\u308f\u304b\u308a\u3084\u3059\u3044\u4f8b\u304c<a href=\"https:\/\/lists.llvm.org\/pipermail\/cfe-dev\/2013-June\/030246.html\">\u3053\u3053<\/a>\u306b\u3042\u3063\u305f\u3002<\/p>\n<pre><code>void block_arr()\r\n {\r\n   int res = 0;\r\n   int i[4] = { 3, 4, 4, 1 };\r\n   int* j = i;\r\n  \r\n   int (^test_block )(int) = ^(int num)\r\n     {\r\n       return num + i[1];      \/\/ This is an error: \"error: cannot refer to declaration with an array type inside block\"\r\n \/\/      return num + j[1];    \/\/ This would work\r\n     };\r\n  \r\n     res = test_block(7);\r\n }<\/code><\/pre>\n<p>\u306a\u3093\u3067\u3053\u3093\u306a\u5236\u9650\u304c\u3042\u308b\u306e\u304b\u6700\u521d\u3088\u304f\u308f\u304b\u3089\u306a\u304b\u3063\u305f\u306e\u3060\u304c\u3001\u305d\u3053\u306e\u4eba\u3044\u308f\u304f\u3001\u300c\u30d6\u30ed\u30c3\u30af\u5185\u3067\u914d\u5217\u3092\u4f7f\u3063\u3066\u3057\u307e\u3046\u3068\u914d\u5217\u5168\u4f53\u3092\u30b3\u30d4\u30fc\u3059\u308b\u5fc5\u8981\u304c\u3042\u308b\u305f\u3081\u3001\u975e\u52b9\u7387\u3060\u3002\u30dd\u30a4\u30f3\u30bf\u306f OK \u3002\u300d\u3068\u3044\u3046\u3053\u3068\u3089\u3057\u3044\u3002<\/p>\n<p>&nbsp;<\/p>\n","protected":false},"excerpt":{"rendered":"<p>C \u306e\u30d6\u30ed\u30c3\u30af\u5185\uff08^ \u306b\u7d9a\u304f\u95a2\u6570\u306e\u3042\u308c\uff09\u3067\u306f\u3001\u914d\u5217\u3078\u306e\u53c2\u7167\u306f\u3067\u304d\u306a\u3044\u3089\u3057\u3044\u3002 \u308f\u304b\u308a\u3084\u3059\u3044\u4f8b\u304c\u3053\u3053\u306b\u3042\u3063\u305f\u3002 void block_arr() { int res = 0; int i[4] = { 3, 4, 4, 1 &hellip; <\/p>\n<p class=\"link-more\"><a href=\"https:\/\/p-horlix.net\/umamusume-phazor\/?p=1637\" class=\"more-link\"><span class=\"screen-reader-text\">&#8220;cannot refer to declaration with an array type inside block \u30a8\u30e9\u30fc&#8221; \u306e<\/span>\u7d9a\u304d\u3092\u8aad\u3080<\/a><\/p>\n","protected":false},"author":3,"featured_media":1639,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"spay_email":""},"categories":[60],"tags":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v18.6 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>cannot refer to declaration with an array type inside block \u30a8\u30e9\u30fc | \u79cb\u8449\u3061\u3083\u3093\u306d\u308b\u3010\u5225\u9928\u3011<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/p-horlix.net\/umamusume-phazor\/?p=1637\" \/>\n<meta property=\"og:locale\" content=\"ja_JP\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"cannot refer to declaration with an array type inside block \u30a8\u30e9\u30fc | \u79cb\u8449\u3061\u3083\u3093\u306d\u308b\u3010\u5225\u9928\u3011\" \/>\n<meta property=\"og:description\" content=\"C \u306e\u30d6\u30ed\u30c3\u30af\u5185\uff08^ \u306b\u7d9a\u304f\u95a2\u6570\u306e\u3042\u308c\uff09\u3067\u306f\u3001\u914d\u5217\u3078\u306e\u53c2\u7167\u306f\u3067\u304d\u306a\u3044\u3089\u3057\u3044\u3002 \u308f\u304b\u308a\u3084\u3059\u3044\u4f8b\u304c\u3053\u3053\u306b\u3042\u3063\u305f\u3002 void block_arr() { int res = 0; int i[4] = { 3, 4, 4, 1 &hellip; &quot;cannot refer to declaration with an array type inside block \u30a8\u30e9\u30fc&quot; \u306e\u7d9a\u304d\u3092\u8aad\u3080\" \/>\n<meta property=\"og:url\" content=\"https:\/\/p-horlix.net\/umamusume-phazor\/?p=1637\" \/>\n<meta property=\"og:site_name\" content=\"\u79cb\u8449\u3061\u3083\u3093\u306d\u308b\u3010\u5225\u9928\u3011\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/Akiba.Chan.2021\/\" \/>\n<meta property=\"article:published_time\" content=\"2024-05-17T01:40:25+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-05-17T01:47:23+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/p-horlix.net\/umamusume-phazor\/wp-content\/uploads\/2024\/05\/a-akiba-block-array.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1536\" \/>\n\t<meta property=\"og:image:height\" content=\"906\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@AkibaChan3\" \/>\n<meta name=\"twitter:site\" content=\"@AkibaChan3\" \/>\n<meta name=\"twitter:label1\" content=\"\u57f7\u7b46\u8005\" \/>\n\t<meta name=\"twitter:data1\" content=\"\u79cb\u8449\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebSite\",\"@id\":\"https:\/\/p-horlix.net\/umamusume-phazor\/#website\",\"url\":\"https:\/\/p-horlix.net\/umamusume-phazor\/\",\"name\":\"\u79cb\u8449\u3061\u3083\u3093\u306d\u308b\u3010\u5225\u9928\u3011\",\"description\":\"\u30a6\u30de\u5a18\u95a2\u9023\u306e\u30cd\u30bf\u304c\u591a\u3044\u3067\u3057\u3087\u3046\u304b\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/p-horlix.net\/umamusume-phazor\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"ja\"},{\"@type\":\"ImageObject\",\"@id\":\"https:\/\/p-horlix.net\/umamusume-phazor\/?p=1637#primaryimage\",\"inLanguage\":\"ja\",\"url\":\"https:\/\/p-horlix.net\/umamusume-phazor\/wp-content\/uploads\/2024\/05\/a-akiba-block-array.png\",\"contentUrl\":\"https:\/\/p-horlix.net\/umamusume-phazor\/wp-content\/uploads\/2024\/05\/a-akiba-block-array.png\",\"width\":1536,\"height\":906},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/p-horlix.net\/umamusume-phazor\/?p=1637#webpage\",\"url\":\"https:\/\/p-horlix.net\/umamusume-phazor\/?p=1637\",\"name\":\"cannot refer to declaration with an array type inside block \u30a8\u30e9\u30fc | \u79cb\u8449\u3061\u3083\u3093\u306d\u308b\u3010\u5225\u9928\u3011\",\"isPartOf\":{\"@id\":\"https:\/\/p-horlix.net\/umamusume-phazor\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/p-horlix.net\/umamusume-phazor\/?p=1637#primaryimage\"},\"datePublished\":\"2024-05-17T01:40:25+00:00\",\"dateModified\":\"2024-05-17T01:47:23+00:00\",\"author\":{\"@id\":\"https:\/\/p-horlix.net\/umamusume-phazor\/#\/schema\/person\/6a538594548c2ec36955811c54070308\"},\"breadcrumb\":{\"@id\":\"https:\/\/p-horlix.net\/umamusume-phazor\/?p=1637#breadcrumb\"},\"inLanguage\":\"ja\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/p-horlix.net\/umamusume-phazor\/?p=1637\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/p-horlix.net\/umamusume-phazor\/?p=1637#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"HOME\",\"item\":\"https:\/\/p-horlix.net\/umamusume-phazor\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"cannot refer to declaration with an array type inside block \u30a8\u30e9\u30fc\"}]},{\"@type\":\"Person\",\"@id\":\"https:\/\/p-horlix.net\/umamusume-phazor\/#\/schema\/person\/6a538594548c2ec36955811c54070308\",\"name\":\"\u79cb\u8449\",\"image\":{\"@type\":\"ImageObject\",\"@id\":\"https:\/\/p-horlix.net\/umamusume-phazor\/#personlogo\",\"inLanguage\":\"ja\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/7f6d2dae0b83715553d92792c84890d9?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/7f6d2dae0b83715553d92792c84890d9?s=96&d=mm&r=g\",\"caption\":\"\u79cb\u8449\"},\"url\":\"https:\/\/p-horlix.net\/umamusume-phazor\/?author=3\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"cannot refer to declaration with an array type inside block \u30a8\u30e9\u30fc | \u79cb\u8449\u3061\u3083\u3093\u306d\u308b\u3010\u5225\u9928\u3011","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/p-horlix.net\/umamusume-phazor\/?p=1637","og_locale":"ja_JP","og_type":"article","og_title":"cannot refer to declaration with an array type inside block \u30a8\u30e9\u30fc | \u79cb\u8449\u3061\u3083\u3093\u306d\u308b\u3010\u5225\u9928\u3011","og_description":"C \u306e\u30d6\u30ed\u30c3\u30af\u5185\uff08^ \u306b\u7d9a\u304f\u95a2\u6570\u306e\u3042\u308c\uff09\u3067\u306f\u3001\u914d\u5217\u3078\u306e\u53c2\u7167\u306f\u3067\u304d\u306a\u3044\u3089\u3057\u3044\u3002 \u308f\u304b\u308a\u3084\u3059\u3044\u4f8b\u304c\u3053\u3053\u306b\u3042\u3063\u305f\u3002 void block_arr() { int res = 0; int i[4] = { 3, 4, 4, 1 &hellip; \"cannot refer to declaration with an array type inside block \u30a8\u30e9\u30fc\" \u306e\u7d9a\u304d\u3092\u8aad\u3080","og_url":"https:\/\/p-horlix.net\/umamusume-phazor\/?p=1637","og_site_name":"\u79cb\u8449\u3061\u3083\u3093\u306d\u308b\u3010\u5225\u9928\u3011","article_publisher":"https:\/\/www.facebook.com\/Akiba.Chan.2021\/","article_published_time":"2024-05-17T01:40:25+00:00","article_modified_time":"2024-05-17T01:47:23+00:00","og_image":[{"width":1536,"height":906,"url":"https:\/\/p-horlix.net\/umamusume-phazor\/wp-content\/uploads\/2024\/05\/a-akiba-block-array.png","type":"image\/png"}],"twitter_card":"summary_large_image","twitter_creator":"@AkibaChan3","twitter_site":"@AkibaChan3","twitter_misc":{"\u57f7\u7b46\u8005":"\u79cb\u8449"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebSite","@id":"https:\/\/p-horlix.net\/umamusume-phazor\/#website","url":"https:\/\/p-horlix.net\/umamusume-phazor\/","name":"\u79cb\u8449\u3061\u3083\u3093\u306d\u308b\u3010\u5225\u9928\u3011","description":"\u30a6\u30de\u5a18\u95a2\u9023\u306e\u30cd\u30bf\u304c\u591a\u3044\u3067\u3057\u3087\u3046\u304b","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/p-horlix.net\/umamusume-phazor\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"ja"},{"@type":"ImageObject","@id":"https:\/\/p-horlix.net\/umamusume-phazor\/?p=1637#primaryimage","inLanguage":"ja","url":"https:\/\/p-horlix.net\/umamusume-phazor\/wp-content\/uploads\/2024\/05\/a-akiba-block-array.png","contentUrl":"https:\/\/p-horlix.net\/umamusume-phazor\/wp-content\/uploads\/2024\/05\/a-akiba-block-array.png","width":1536,"height":906},{"@type":"WebPage","@id":"https:\/\/p-horlix.net\/umamusume-phazor\/?p=1637#webpage","url":"https:\/\/p-horlix.net\/umamusume-phazor\/?p=1637","name":"cannot refer to declaration with an array type inside block \u30a8\u30e9\u30fc | \u79cb\u8449\u3061\u3083\u3093\u306d\u308b\u3010\u5225\u9928\u3011","isPartOf":{"@id":"https:\/\/p-horlix.net\/umamusume-phazor\/#website"},"primaryImageOfPage":{"@id":"https:\/\/p-horlix.net\/umamusume-phazor\/?p=1637#primaryimage"},"datePublished":"2024-05-17T01:40:25+00:00","dateModified":"2024-05-17T01:47:23+00:00","author":{"@id":"https:\/\/p-horlix.net\/umamusume-phazor\/#\/schema\/person\/6a538594548c2ec36955811c54070308"},"breadcrumb":{"@id":"https:\/\/p-horlix.net\/umamusume-phazor\/?p=1637#breadcrumb"},"inLanguage":"ja","potentialAction":[{"@type":"ReadAction","target":["https:\/\/p-horlix.net\/umamusume-phazor\/?p=1637"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/p-horlix.net\/umamusume-phazor\/?p=1637#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"HOME","item":"https:\/\/p-horlix.net\/umamusume-phazor"},{"@type":"ListItem","position":2,"name":"cannot refer to declaration with an array type inside block \u30a8\u30e9\u30fc"}]},{"@type":"Person","@id":"https:\/\/p-horlix.net\/umamusume-phazor\/#\/schema\/person\/6a538594548c2ec36955811c54070308","name":"\u79cb\u8449","image":{"@type":"ImageObject","@id":"https:\/\/p-horlix.net\/umamusume-phazor\/#personlogo","inLanguage":"ja","url":"https:\/\/secure.gravatar.com\/avatar\/7f6d2dae0b83715553d92792c84890d9?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/7f6d2dae0b83715553d92792c84890d9?s=96&d=mm&r=g","caption":"\u79cb\u8449"},"url":"https:\/\/p-horlix.net\/umamusume-phazor\/?author=3"}]}},"jetpack_featured_media_url":"https:\/\/p-horlix.net\/umamusume-phazor\/wp-content\/uploads\/2024\/05\/a-akiba-block-array.png","jetpack_sharing_enabled":true,"jetpack-related-posts":[{"id":823,"url":"https:\/\/p-horlix.net\/umamusume-phazor\/?p=823","url_meta":{"origin":1637,"position":0},"title":"C\/C++ \u899a\u3048\u66f8\u304d -\u30dd\u30a4\u30f3\u30bf-","date":"2023-02-08","format":false,"excerpt":"\u3084\u306f\u308a\u300cC\/C++ \u306f\u96e3\u3057\u3044\u300d\u3068\u3044\u3046\u58f0\u3092\u3088\u304f\u805e\u304f\u3002 \u5b9f\u969b\u3001\u6700\u8fd1\u3001twitter \u3067\u3053\u3093\u306a\u3084\u308a\u3068\u308a\u304c\u3042\u2026","rel":"","context":"C","img":{"alt_text":"","src":"https:\/\/i0.wp.com\/p-horlix.net\/umamusume-phazor\/wp-content\/uploads\/2023\/02\/lesson-C-pointer.png?resize=350%2C200&ssl=1","width":350,"height":200},"classes":[]},{"id":1580,"url":"https:\/\/p-horlix.net\/umamusume-phazor\/?p=1580","url_meta":{"origin":1637,"position":1},"title":"chrome \u62e1\u5f35\u3067 PC \u30cd\u30a4\u30c6\u30a3\u30d6\u30a2\u30d7\u30ea\u3068\u304a\u8a71\u3059\u308b -Native Messaging-","date":"2024-05-11","format":false,"excerpt":"\u30cd\u30c3\u30c8\u3092\u5f77\u5fa8\u3063\u3066\u3044\u3066\u300c\u3078\u30fc\u300d\u3068\u3044\u305f\u304f\u611f\u5fc3\u3057\u305f\u8a18\u4e8b\u3002 \u300eNative Messaging \u3092\u4f7f\u3044\u3001\u30d6\u30e9\u2026","rel":"","context":"JavaScript","img":{"alt_text":"","src":"https:\/\/i0.wp.com\/p-horlix.net\/umamusume-phazor\/wp-content\/uploads\/2024\/05\/nativemessaging-chrome-extension.png?resize=350%2C200&ssl=1","width":350,"height":200},"classes":[]},{"id":1558,"url":"https:\/\/p-horlix.net\/umamusume-phazor\/?p=1558","url_meta":{"origin":1637,"position":2},"title":"Java XML \u7f72\u540d API \u306e\u4f7f\u3044\u65b9 -\u516c\u5f0f\u30b5\u30f3\u30d7\u30eb-","date":"2024-05-05","format":false,"excerpt":"\u7f72\u540d\u7de8\u306e\u8a55\u5224\u304c\u826f\u3044\u3088\u3046\u306a\u306e\u3067\u3001\u6b21\u306f\u691c\u8a3c\uff08Validation\uff09\u7de8\u3002 \u3068\u601d\u3063\u305f\u306e\u3060\u304c\u3001\u30aa\u30e9\u30af\u30eb\u516c\u5f0f\u30b5\u30f3\u2026","rel":"","context":"Java","img":{"alt_text":"","src":"https:\/\/i0.wp.com\/p-horlix.net\/umamusume-phazor\/wp-content\/uploads\/2024\/05\/java-xml-sign-api-howtouse.png?resize=350%2C200&ssl=1","width":350,"height":200},"classes":[]},{"id":1660,"url":"https:\/\/p-horlix.net\/umamusume-phazor\/?p=1660","url_meta":{"origin":1637,"position":3},"title":"\u30d7\u30ed\u30bb\u30b9\u3068\u304b\u30b9\u30ec\u30c3\u30c9\u3068\u304b -pthread \u3084 semaphore-","date":"2024-05-19","format":false,"excerpt":"\u4eca\u307e\u3067\u3088\u304f\u5206\u304b\u3063\u3066\u306a\u304b\u3063\u305f\u30d7\u30ed\u30bb\u30b9\u30fb\u30b9\u30ec\u30c3\u30c9\u30fb\u540c\u671f\u30fb\u975e\u540c\u671f\u4e91\u3005\u3092\u4eca\u306e\u3046\u3061\u306b\u307e\u3068\u3081\u3066\u304a\u3053\u3046\u3068\u601d\u3044\u3001\u30cd\u30c3\u2026","rel":"","context":"C","img":{"alt_text":"","src":"https:\/\/i0.wp.com\/p-horlix.net\/umamusume-phazor\/wp-content\/uploads\/2024\/05\/fork-process.png?resize=350%2C200&ssl=1","width":350,"height":200},"classes":[]},{"id":413,"url":"https:\/\/p-horlix.net\/umamusume-phazor\/?p=413","url_meta":{"origin":1637,"position":4},"title":"CDI \u3068 weld \u306e\u95a2\u4fc2","date":"2022-11-20","format":false,"excerpt":"Java \u306e\u7fd2\u5f97\u306f\u3001SE \u2192 EE \u306e\u9806\u306b\u9032\u3080\u3068\u601d\u3046\u304c\u3001EE \u306b\u306a\u3063\u3066\u5f79\u8005\u304c\u3054\u305d\u3063\u3068\u51fa\u3066\u304f\u308b\u305f\u3081\u3001\u8e93\u2026","rel":"","context":"JakartaEE","img":{"alt_text":"","src":"https:\/\/i0.wp.com\/p-horlix.net\/umamusume-phazor\/wp-content\/uploads\/2022\/11\/CDI-jakartaEE-10-wildfly-27.png?resize=350%2C200&ssl=1","width":350,"height":200},"classes":[]},{"id":563,"url":"https:\/\/p-horlix.net\/umamusume-phazor\/?p=563","url_meta":{"origin":1637,"position":5},"title":"Java \u3068 XML -JAXB \u306e\u8a71-","date":"2022-12-21","format":false,"excerpt":"\u3053\u308c\u307e\u3067\u3001Java \u21c4 JSON \u307f\u305f\u3044\u306a\u8a71\u306f\u3057\u3066\u304d\u305f\u3002 \u3053\u306e\u3054\u6642\u4e16\u3001JSON \u5927\u6d41\u884c\u308a\u306a\u306e\u3067\u3001\u5927\u62b5\u2026","rel":"","context":"JAXB","img":{"alt_text":"","src":"https:\/\/i0.wp.com\/p-horlix.net\/umamusume-phazor\/wp-content\/uploads\/2022\/12\/jaava-jakarta-jaxb-xml-object.png?resize=350%2C200&ssl=1","width":350,"height":200},"classes":[]}],"_links":{"self":[{"href":"https:\/\/p-horlix.net\/umamusume-phazor\/index.php?rest_route=\/wp\/v2\/posts\/1637"}],"collection":[{"href":"https:\/\/p-horlix.net\/umamusume-phazor\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/p-horlix.net\/umamusume-phazor\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/p-horlix.net\/umamusume-phazor\/index.php?rest_route=\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/p-horlix.net\/umamusume-phazor\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=1637"}],"version-history":[{"count":2,"href":"https:\/\/p-horlix.net\/umamusume-phazor\/index.php?rest_route=\/wp\/v2\/posts\/1637\/revisions"}],"predecessor-version":[{"id":1640,"href":"https:\/\/p-horlix.net\/umamusume-phazor\/index.php?rest_route=\/wp\/v2\/posts\/1637\/revisions\/1640"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/p-horlix.net\/umamusume-phazor\/index.php?rest_route=\/wp\/v2\/media\/1639"}],"wp:attachment":[{"href":"https:\/\/p-horlix.net\/umamusume-phazor\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=1637"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/p-horlix.net\/umamusume-phazor\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=1637"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/p-horlix.net\/umamusume-phazor\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=1637"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}