We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07efef8 commit 59fc8dfCopy full SHA for 59fc8df
1 file changed
cpp.boost/spirit.v3/double_list2.cpp
@@ -11,7 +11,7 @@ namespace client
11
namespace ascii = boost::spirit::ascii;
12
13
template <typename It>
14
- bool parse_numbers(It first, It last, std::vector<double>& v)
+ bool parse_numbers(It first, It last, vector<double>& v)
15
{
16
using qi::double_;
17
using qi::phrase_parse;
0 commit comments