Opened 7 years ago
Closed 5 years ago
#11530 closed Bugs (fixed)
Compilation error with boost-1.59-b1
Reported by: | Owned by: | Joel de Guzman | |
---|---|---|---|
Milestone: | To Be Determined | Component: | spirit |
Version: | Boost 1.59.0 | Severity: | Problem |
Keywords: | Cc: |
Description
Hi,
I get this error while compiling with boost:
boost/spirit/repository/home/qi/nonterminal/subrule.hpp:387:29: error: too few template arguments for class template 'extract_sig'
spirit::detail::extract_sig<template_params>::type
I don't think more log/context is needed, but tell me if you need more information.
Change History (2)
comment:1 by , 5 years ago
comment:2 by , 5 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Fixed in https://github.com/boostorg/spirit/pull/259