boostorg / property_tree

Boost.org property_tree module
http://boost.org/libs/property_tree
55 stars 92 forks source link

fatal error for 1_82 #108

Closed afabri closed 1 year ago

afabri commented 1 year ago

With this code

#include <boost/property_tree/ptree.hpp>

int main()
{
    boost::property_tree::ptree ptr;
    ptr.put("name", "toto");
    return 0;
}

I get the error boost-1_82\boost/core/swap.hpp(81,5): fatal error C1202: recursive type or function dependency context too complex for Visual 2022.

afabri commented 1 year ago

I was a little bit too quick.