in reply to Re: Status of Inline::CPP on Activeperl 5.10/Visual C++ 6
in thread Status of Inline::CPP on Activeperl 5.10/Visual C++ 6
Correct.
>cl /c test1.cpp Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 12.00.8168 for +80x86 Copyright (C) Microsoft Corp 1984-1998. All rights reserved. test1.cpp test1.cpp(2) : error C2258: illegal pure syntax, must be '= 0' test1.cpp(2) : error C2252: 'x' : pure specifier can only be specified + for functions >cl /c test2.cpp Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 12.00.8168 for +80x86 Copyright (C) Microsoft Corp 1984-1998. All rights reserved. test2.cpp >
|
|---|