Bug 2866 - Remove TCP Warnings, use C++11 initialization for reducing constructors lines
Remove TCP Warnings, use C++11 initialization for reducing constructors lines
Status: RESOLVED FIXED
Product: ns-3
Classification: Unclassified
Component: tcp
ns-3-dev
All All
: P3 enhancement
Assigned To: natale.patriciello
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2018-02-07 12:46 UTC by natale.patriciello
Modified: 2018-02-25 05:42 UTC (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description natale.patriciello 2018-02-07 12:46:55 UTC
> *) Remove warnings as indicated by Robert, use C++11 initialization
> feature to remove initialization in the constructors. The objective is
> to have a small reduction in lines of code, as well as the possibility
> to compile on windows.


https://github.com/natale-p/ns-3-dev-git/tree/tcp-warnings
Comment 1 natale.patriciello 2018-02-25 05:42:22 UTC
Fixed in 13319:4052be71b58b (and later commit to RELEASE_NOTES)