msoucy / dproto

D Protocol Buffer mixins to create structures at compile time
Boost Software License 1.0
37 stars 16 forks source link

Option [packed = true] is only allowed on repeated fields. #127

Closed redstar closed 7 years ago

redstar commented 7 years ago

This PR adds a check for this condition. Otherwise the generated code contains Packed attributes at illegal places.