- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
I work on a large project that is compiled with icc 11. Now we are migrating to icc 13 and I get numerous scope issues when compiling the same code on the new compiler. Any idea what might have been chenged regarding the precprocessor or how the compiler "understands" the C++ standrad that might cause the scope problems?
Thanks!
Link Copied
2 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
You probably meant to post this on the C++ forum. Generally speaking, gcc/g++ have been getting more strict about enforcing scoping, and icc has gone along with the trend. There definitely are cases where MIcrosoft style will be diagnosed as broken.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
>>...Now we are migrating to icc 13 and I get numerous scope issues when compiling the same code on the new compiler...
I think you need to provide at least a couple of examples and could you submit compilation errors / warnings?

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page