rug-compling / Alpino

Alpino parser and related tools for Dutch
GNU Lesser General Public License v2.1
22 stars 2 forks source link

Fix IndexedCorpus build with Boost 1.67.0 #1

Closed danieldk closed 4 years ago

danieldk commented 4 years ago

In recent boost versions, Boost's own basic_ifstream class has become visible. This made uses of ifstream ambiguous. Resolve this by fully qualifying those uses.