msoucy / dproto

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

Public import #26

Closed msoucy closed 8 years ago

msoucy commented 9 years ago

protoc 2.5.0 introduced "public import". This is how dproto currently imports, which means that the import code should be changed to introduce module scope.