Exemple #1
0
 def _get_byte_align(self):
     if self.compiler == compilers.MSVC_PDB_9:
         compilers.on_missing_functionality(self.compiler, "byte align")
     return self._byte_align
Exemple #2
0
 def _get_byte_align(self):
     if self.compiler == compilers.MSVC_PDB_9:
         compilers.on_missing_functionality( self.compiler, "byte align" )
     return self._byte_align