Commit Graph

8 Commits

Author SHA1 Message Date
346dc03746 Reimplement trivially semiregular trait 2024-08-15 11:42:42 +02:00
27309c40ad Drop unused traits 2024-08-15 11:13:44 +02:00
794e03af30 Drop dependency on Boost.Predef 2024-08-15 10:43:43 +02:00
01e80d2b87 drop dependency on boost.detail 2024-01-03 21:41:26 +01:00
701afd43a4 fixed strange verisons of libstdc++ 2018-06-28 21:17:07 +02:00
d13623884a hopefully fixed the libstdc++ 4.9 problem (thanks Jonathan) 2018-06-28 02:10:57 +02:00
0169460194 fixed tests and maybe std::is_trivially_default_constructible 2018-06-25 22:50:00 +02:00
06dea2cb9b Reverted specialization for trivial types
It caused too many problems. I left only specialiation for scalar types.
I will need to devise clever type traits for reconizing trivial types with working constructor.
2017-11-07 23:34:34 +01:00