Re: Linking error when changing > to >>
Seth <[email protected]>
| Newsgroups | gmane.comp.parsers.spirit.general |
|---|---|
| Message-ID | <[email protected]> |
On 17-11-16 00:18, Exagon wrote:
> I am currently stuck with my project because of this :(
I believe a number of work arounds have been shown. I think I found
grouping sub expressions `(':' >> type)` worked (?).
You can always use your own preferred methods of declaring external
functions. It's what I do.
I personally don't like the macro system (or macro systems in general)
and in particular don't believe in explicitly instantiated external
template instances.
In cases like Boost Serialization, if I want to hide template
shenanigans, I'll hide it wholesale, by using polymorphic archives. This
may or may not work for you, but this is my strategy in general for C++
code bases.
Seth
------------------------------------------------------------------------------