Ivan FB 6920f22ab8
fix nlohmann namespace injection of optional adapters is ODR-fragile (cpp.nim:66–78). Every header that does this races every other header that does the same. In a small
project it's invisible; in something the size of nwaku's consumer surface i2t will eventually collide. Either gate behind a feature macro, or use nlohmann's adl_serializer
  specialization which is the documented extension point.
2026-05-11 21:52:00 +02:00
..