[postgis-tickets] [PostGIS] #4116: Select a C standard and include in CFLAGS

PostGIS trac at osgeo.org
Thu Jul 12 08:49:50 PDT 2018


#4116: Select a C standard and include in CFLAGS
----------------------+---------------------------
  Reporter:  dbaston  |      Owner:  pramsey
      Type:  defect   |     Status:  new
  Priority:  medium   |  Milestone:  PostGIS 2.5.0
 Component:  postgis  |    Version:  trunk
Resolution:           |   Keywords:
----------------------+---------------------------

Comment (by komzpa):

 Two things I can see use of are static_assert for compile time assumption
 checks (like sizeof(double)==sizeof(int64) for type punning), and
 anonymous structs/unions (so type-punned double/int64 does not need
 require inventing a type name for it).

-- 
Ticket URL: <https://trac.osgeo.org/postgis/ticket/4116#comment:5>
PostGIS <http://trac.osgeo.org/postgis/>
The PostGIS Trac is used for bug, enhancement & task tracking, a user and developer wiki, and a view into the subversion code repository of PostGIS project.


More information about the postgis-tickets mailing list