Skip to content

Commit 8eef820

Browse files
committed
add cmath: pow
1 parent 027099d commit 8eef820

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugin/cpp_auto_include.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ module CppAutoInclude
8686
['cassert', false, true , R[F['assert']] ],
8787
['cstring', false, true , R[F['mem(?:cpy|set|n?cmp)', 'str(?:len|n?cmp|n?cpy|error)']] ],
8888
['cstdlib', false, true , R[F['system','abs','ato[if]','strto[dflu]+','free','exit','l?abs','s?rand(?:_r|om)?'], C['EXIT_[A-Z]*', 'NULL']] ],
89-
['cmath', false, false, R[F['a?(?:sin|cos|tan)[hl]*', 'exp[m12fl]*', 'fabs[fl]?', 'log[210fl]+', 'nan[fl]?', '(?:ceil|floor)[fl]?', 'l?l?round', 'sqrt[fl]?'], C['M_[A-Z24_]*', 'NAN', 'INFINITY', 'HUGE_[A-Z]*']] ],
89+
['cmath', false, false, R[F['pow[fl]?','a?(?:sin|cos|tan)[hl]*', 'exp[m12fl]*', 'fabs[fl]?', 'log[210fl]+', 'nan[fl]?', '(?:ceil|floor)[fl]?', 'l?l?round', 'sqrt[fl]?'], C['M_[A-Z24_]*', 'NAN', 'INFINITY', 'HUGE_[A-Z]*']] ],
9090
['cstrings', false, true , R[F['b(?:cmp|copy|zero)', 'strn?casecmp']] ],
9191
['typeinfo', false, true , R[C['typeid']] ],
9292
['new', true , true , R[F['set_new_handler'], C['nothrow']] ],

0 commit comments

Comments
 (0)