Consider the following scenario:
- 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 build the application, targeting the x64 platform.
Note The /O2 or /Ox optimization option is enabled when you build the application. - You run the application.