Project

General

Profile

Actions

Bug #2490

closed

Build error in template<typename InputIterator> name::Component::Component(InputIterator,InputIterator)

Added by Anonymous about 9 years ago. Updated about 9 years ago.

Status:
Closed
Priority:
Normal
Category:
Base
Target version:
Start date:
02/07/2015
Due date:
% Done:

100%

Estimated time:

Description

name-component.hpp:621:11: error: no matching function for call to 'dataBlock'
  : Block(dataBlock(tlv::NameComponent, begin, end))

Full constructor:

template<class InputIterator>
inline
Component::Component(InputIterator begin, InputIterator end)
  : Block(dataBlock(tlv::NameComponent, begin, end))
{
}

Not sure when this was introduced, but present in current HEAD 23989111a28af77372578acab5bd69342a1760e1

Actions

Also available in: Atom PDF