C/C++ Compiler (cl.hlp) (Table of Contents; Topic list)
C2091
                                             Up Contents Index Back
────────────────────────────────────────────────────────────────────────────
 
     Compiler error C2091
 
     function returns function
 
     A function cannot return a function. It can return a pointer to a
     function.
                                    -♦-