Consider the following scenario:
Note This issue does not occur in Microsoft Visual Studio 2012.
- You use Microsoft Visual Studio 2010 Service Pack 1 (SP1) to develop a Visual C++ application.
- The source code of the application uses bitwise shift operators (<< or >>).
- You configure the application to target the x86 platform.
- You compile the application by using the /O2 (Maximize Speed) or /Ox (Full Optimization) optimization option.
- You run the application.
Note This issue does not occur in Microsoft Visual Studio 2012.