File: custom_changes.txt

package info (click to toggle)
flightcrew 0.9.3%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 6,748 kB
  • sloc: cpp: 53,736; xml: 2,006; ansic: 275; python: 215; sh: 112; makefile: 8; exp: 8
file content (7 lines) | stat: -rw-r--r-- 218 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
core.h was changed to use the boost versions of uint8_t, uint16_t and uint32_t 
coming from BoostParts/boost/cstdint.hpp

This was done to improve code portability, as the original header comments suggested.