Skip to content

Commit 59fc8df

Browse files
committed
..
1 parent 07efef8 commit 59fc8df

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cpp.boost/spirit.v3/double_list2.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ namespace client
1111
namespace ascii = boost::spirit::ascii;
1212

1313
template <typename It>
14-
bool parse_numbers(It first, It last, std::vector<double>& v)
14+
bool parse_numbers(It first, It last, vector<double>& v)
1515
{
1616
using qi::double_;
1717
using qi::phrase_parse;

0 commit comments

Comments
 (0)