Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to allow mbed and the mbed online compiler to build. #449

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Commits on Jul 5, 2019

  1. Configuration menu
    Copy the full SHA
    7bf0c72 View commit details
    Browse the repository at this point in the history
  2. Assign to CREATE_KEY_VALUE_TABLE due to the following error.

    error: default initialization of an object of const type 'const KeyValueTable' without a user-provided default constructor.
    GeorgeWort committed Jul 5, 2019
    Configuration menu
    Copy the full SHA
    f2baf1e View commit details
    Browse the repository at this point in the history
  3. Remove initializer lists due the following error.

    error: non-aggregate type 'Sample3D' cannot be initialized with an initializer list.
    GeorgeWort committed Jul 5, 2019
    Configuration menu
    Copy the full SHA
    5b015a3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4f1a31f View commit details
    Browse the repository at this point in the history