[jira] [Updated] (MESOS-3214) Replace boost foreach with range-based for

2016-04-27 Thread Artem Harutyunyan (JIRA)
[ https://issues.apache.org/jira/browse/MESOS-3214?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Artem Harutyunyan updated MESOS-3214: - Sprint: Mesosphere Sprint 33, Mesosphere Sprint 34 (was: Mesosphere Sprint 33) > Replace

[jira] [Updated] (MESOS-3214) Replace boost foreach with range-based for

2016-04-11 Thread Michael Park (JIRA)
[ https://issues.apache.org/jira/browse/MESOS-3214?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Park updated MESOS-3214: Sprint: Mesosphere Sprint 33 > Replace boost foreach with range-based for >

[jira] [Updated] (MESOS-3214) Replace boost foreach with range-based for

2015-08-05 Thread Michael Park (JIRA)
[ https://issues.apache.org/jira/browse/MESOS-3214?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Park updated MESOS-3214: Description: It's desirable to replace the boost {{foreach}} macro with the C++11 range-based {{for

[jira] [Updated] (MESOS-3214) Replace boost foreach with range-based for

2015-08-05 Thread Michael Park (JIRA)
[ https://issues.apache.org/jira/browse/MESOS-3214?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Park updated MESOS-3214: Description: Replace boost {{foreach}} macro with the C++11 range-based {{for}}. This will help avo