mirror of
https://github.com/jezhiggins/arabica
synced 2025-01-29 08:36:45 +01:00
compiled recent changes with GCC so made the necessary standard compliance fixes :)
This commit is contained in:
parent
50e46f3bcc
commit
9167533dc8
1 changed files with 6 additions and 0 deletions
|
@ -17,6 +17,12 @@ namespace XPath
|
|||
template<class string_type, class string_adaptor>
|
||||
class Value_base : public XPathValue_impl<string_type, string_adaptor>, public XPathExpression_impl<string_type, string_adaptor>
|
||||
{
|
||||
typedef XPathValue_impl<string_type, string_adaptor> XPathValue_implT;
|
||||
using XPathValue_implT::asBool;
|
||||
using XPathValue_implT::asNumber;
|
||||
using XPathValue_implT::asString;
|
||||
using XPathValue_implT::asNodeSet;
|
||||
|
||||
protected:
|
||||
Value_base() { }
|
||||
~Value_base() { }
|
||||
|
|
Loading…
Add table
Reference in a new issue