forked from organicmaps/organicmaps
[3party][opening_hours] Only the last binded method was called because a normal comma was used instead of phoenix::operator,
Signed-off-by: Alexander Borsuk <me@alex.bio>
This commit is contained in:
parent
4dc8a9d276
commit
c680d42ded
6 changed files with 6 additions and 4 deletions
|
@ -2,7 +2,7 @@
|
|||
#include "opening_hours_parsers.hpp"
|
||||
|
||||
#include <boost/spirit/include/phoenix_bind.hpp>
|
||||
#include <boost/spirit/include/phoenix_operator.hpp>
|
||||
#include <boost/spirit/include/phoenix_operator.hpp> // operator,
|
||||
|
||||
namespace osmoh
|
||||
{
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
#include "opening_hours_parsers.hpp"
|
||||
|
||||
#include <boost/spirit/include/phoenix_bind.hpp>
|
||||
#include <boost/spirit/include/phoenix_operator.hpp>
|
||||
#include <boost/spirit/include/phoenix_operator.hpp> // operator,
|
||||
#include <boost/spirit/include/phoenix_stl.hpp>
|
||||
|
||||
namespace osmoh
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
#include "opening_hours_parsers.hpp"
|
||||
|
||||
#include <boost/spirit/include/phoenix_bind.hpp>
|
||||
#include <boost/spirit/include/phoenix_operator.hpp>
|
||||
#include <boost/spirit/include/phoenix_operator.hpp> // operator,
|
||||
|
||||
|
||||
namespace osmoh
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
#include "opening_hours_parsers.hpp"
|
||||
|
||||
#include <boost/spirit/include/phoenix_bind.hpp>
|
||||
#include <boost/spirit/include/phoenix_operator.hpp>
|
||||
#include <boost/spirit/include/phoenix_operator.hpp> // operator,
|
||||
|
||||
namespace osmoh
|
||||
{
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
#include "opening_hours_parsers.hpp"
|
||||
|
||||
#include <boost/spirit/include/phoenix_bind.hpp>
|
||||
#include <boost/spirit/include/phoenix_operator.hpp> // operator,
|
||||
|
||||
namespace osmoh
|
||||
{
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
#include "opening_hours_parsers.hpp"
|
||||
|
||||
#include <boost/spirit/include/phoenix_bind.hpp>
|
||||
#include <boost/spirit/include/phoenix_operator.hpp> // operator,
|
||||
|
||||
namespace osmoh
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue