Skip to content

Commit 1815c86

Browse files
committed
用語定義 : ADLを追加
1 parent 0eeefc0 commit 1815c86

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

GLOBAL_DEFINED_WORDS.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,5 +88,8 @@
8888
},
8989
"標準浮動小数点数型": {
9090
"desc": "拡張浮動小数点数型の対義語としてfloat / double / long doubleを指す用語"
91+
},
92+
"ADL": {
93+
"desc": "実引数依存の名前探索 (Argument Dependent Lookup)。引数の型が所属する名前空間の関数を探索する言語機能"
9194
}
9295
}

0 commit comments

Comments
 (0)