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 dash-wifi.cc #13

Merged
merged 1 commit into from
Oct 18, 2016
Merged

Update dash-wifi.cc #13

merged 1 commit into from
Oct 18, 2016

Conversation

dilunga1
Copy link
Contributor

@dilunga1 dilunga1 commented Oct 16, 2016

Correction for ns-3.26:

  1. dash-wifi.cc:121:24: error: variable length array of non-POD element type 'std::string' (aka 'basic_string<char, char_traits, allocator >')
    std::string protocols[users];
  2. WifiHelper::Default(); //deprecated

Correction for ns-3:

1) dash-wifi.cc:121:24: error: variable length array of non-POD element type 'std::string' (aka 'basic_string<char, char_traits<char>, allocator<char> >')
  std::string protocols[users];
2) WifiHelper::Default(); //deprecated
@djvergad djvergad merged commit ce9deb8 into djvergad:master Oct 18, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants