Error: ISO C + + does not allow the initialization of a very static member within a class

Source: Internet
Author: User

Error: ISO C + + does not allow the initialization of a very static member within a class
starting today to learn C + + primer, when involved in the sales_item.h header file, there are some problems (and c++11 new features related), the current compiler version is gcc/g++ 4.6.3, so need to upgrade. You can use the PPA to upgrade to 4.8.1, as follows:
sudo add-apt-repository ppa:ubuntu-toolchain-r/test
sudo apt-get update; sudo apt-get install gcc-4.8 g++-4.8
sudo update-alternatives--remove-all gccsudo update-alternatives--remove-all g++
sudo update-alternatives--install/usr/bin/gcc gcc/usr/bin/gcc-4.8sudo update-alternatives--install/usr/bin/g++ g++/usr/bin/g++-4.8
sudo update-alternatives--config gccsudo update-alternatives--config g++
g++--version

Error: ISO C + + does not allow the initialization of a very static member within a class

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.