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

Feature remove variant array view #144

Merged
merged 4 commits into from
Mar 26, 2018

Commits on Mar 25, 2018

  1. removed variant_array_view class

    !REMARK API CHANGE!
    "variant_array_view" class will be removed.
    For iterating over array use instead the class "variant_sequential_view"
    acki-m committed Mar 25, 2018
    Configuration menu
    Copy the full SHA
    f67ebd4 View commit details
    Browse the repository at this point in the history
  2. REMARK: API CHANGE - removed property::is_array() member function

    use instead following methods:
     property::get_type()::is_sequential_container()
     property::get_type()::get_raw_type()::is_sequential_container()
     property::get_type()::get_wrapped_type()::is_sequential_container()
    
     An sequential_container is always also an raw C-style array
    acki-m committed Mar 25, 2018
    Configuration menu
    Copy the full SHA
    d76bcf1 View commit details
    Browse the repository at this point in the history
  3. fixed compile error

    acki-m committed Mar 25, 2018
    Configuration menu
    Copy the full SHA
    b3661a5 View commit details
    Browse the repository at this point in the history
  4. moved header include

    acki-m committed Mar 25, 2018
    Configuration menu
    Copy the full SHA
    7388fcf View commit details
    Browse the repository at this point in the history