VirtualBox

Changeset 54542 in vbox


Ignore:
Timestamp:
Feb 27, 2015 2:38:08 AM (10 years ago)
Author:
vboxsync
Message:

VBoxNetDHCP: Use map::end() instead of map::cend() to cater to older STL.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/NetworkServices/DHCP/Config.cpp

    r54541 r54542  
    12201220                {
    12211221                    DhcpOptionMap::const_iterator it = OptMap.find((int)u8Req);
    1222                     if (it == OptMap.cend())
     1222                    if (it == OptMap.end())
    12231223                    {
    12241224                        Log(("opt: %d is ignored\n", u8Req));
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette