7541076cf1
fixed defaulted moves on older compilers
2017-11-07 23:34:41 +01: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
6e10173a44
Fixed silly && bug
2017-11-07 23:34:28 +01:00
69bf75ae6d
Fix trivially-constructible bug with deleted functions
2017-11-07 23:34:26 +01:00
a7f33f5d6f
more defensive checking for trivial types -- avoiding bugs
2017-11-07 23:34:15 +01:00
58f7c2f14a
fix bug with defaulted move in msvc 12.0
2017-11-07 23:34:12 +01:00
7e1beb473c
Use BOOST_MAY_ALIAS from Boost.Config.
2017-11-07 23:33:59 +01:00
17826eae3b
more old compiler workarounds
2016-11-24 23:20:25 +01:00
d73b5110dd
corrected the compiler workarounds
2016-11-22 02:35:24 +01:00
b4907c2a51
old compiler workarounds for the previous two fixes
2016-11-20 23:42:41 +01:00
0a228e74fe
Config: NO_PROPER_CONVERT in older GCC
2015-10-24 22:45:00 +02:00
4b3077dea3
config: if for intel
2015-10-20 23:42:03 +02:00
7396e4051b
config: fixed bad name
2015-10-20 16:02:04 +02:00
b96337a6d7
no intel detection
2015-10-20 09:21:02 +02:00
74bd6444db
config: excluding intel
2015-10-19 10:21:54 +02:00
472a94d371
CFG: handling C++03 compilers
2015-10-15 08:48:34 +02:00
fb1cf2581e
Config: detect ref convert bug in gcc 4.4 and 4.5
2015-10-14 23:11:33 +02:00
29975d6192
Config: improved NO_PROPER_CONVERT
2015-10-13 10:47:26 +02:00
6375fccf27
NO_PROPER_CONVERT_FROM_CONST_INT macro
2015-10-10 15:23:38 +02:00
0d5061aebe
experimental optional config test
2015-10-08 18:54:21 +02:00
cf4b2e8b16
specialization for optional ref - preliminary
2015-10-05 16:54:05 +02:00