2
0
mirror of https://github.com/boostorg/gil.git synced 2026-01-30 20:02:11 +00:00
Files
gil/include
Mateusz Łoskot 555c4cc7b5 Fix UB due is_trivially_default_constructible specializations (#284)
C++11 / 20.11.2 Header <type_traits> synopsis
   1 The behavior of a program that adds specializations for any
   of the class templates defined in this subclause is undefined
   unless otherwise specified.

The specializations are not used anywhere, so they are safe to remove
without providing a replacement.

Fixes #283
2019-04-15 23:00:16 +02:00
..