Bugzilla – Bug 2866
Remove TCP Warnings, use C++11 initialization for reducing constructors lines
Last modified: 2018-02-25 05:42:22 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
Fixed in 13319:4052be71b58b (and later commit to RELEASE_NOTES)