What were you doing when the issue occurred?
Reading chapter 6.
Expected behavior
Finding specializations on concrete measurement types for the template MeasurementSerializationTraits<T> - each concrete measurement type needs a trait class specialization for the appropriate methods nmea and bds.
Actual behavior
Didn't find them.
Steps to reproduce
cd root of repo
find . -name "*" | xargs grep -i MeasurementSerializationTraits 2>&1 | grep -v "a directory"
- Inspect results.
Environment
- OS / Distro: Windows 11 25H2
Additional context / suggestions
BTW, not worth a separate bug report, but the renaming of namespace nmea to namespace weather isn't complete in the repo - several files have a closing // namespace nmea comment and I thought I saw a few other occurrences in other comments as well.
What were you doing when the issue occurred?
Reading chapter 6.
Expected behavior
Finding specializations on concrete measurement types for the template
MeasurementSerializationTraits<T>- each concrete measurement type needs a trait class specialization for the appropriate methodsnmeaandbds.Actual behavior
Didn't find them.
Steps to reproduce
cdroot of repofind . -name "*" | xargs grep -i MeasurementSerializationTraits 2>&1 | grep -v "a directory"Environment
Additional context / suggestions
BTW, not worth a separate bug report, but the renaming of namespace
nmeato namespaceweatherisn't complete in the repo - several files have a closing// namespace nmeacomment and I thought I saw a few other occurrences in other comments as well.