Commit Graph
1112 Commits
Author SHA1 Message Date
jzmaddock 23d6106101 Revert "Update docs."
This reverts commit 1f65f0351d.
2016-01-11 13:44:51 +00:00
jzmaddock 1f65f0351d Update docs. 2016-01-10 18:53:10 +00:00
jzmaddock 217c337233 Fix result of add_reference<const void>.
Also update tests.
See https://svn.boost.org/trac/boost/ticket/11900.
2016-01-10 18:10:17 +00:00
jzmaddock 70afe1dd0d Merge pull request #23 from gjasny/rename_check_for_apple
Change check to s_check (like #8542)
2015-12-30 18:38:01 +00:00
Gregor Jasny f80cbb0dad Change check to s_check (like #8542) 2015-12-29 20:41:10 +01:00
jzmaddock bc58964228 Disable wchar_t usage when it's not available.
See https://svn.boost.org/trac/boost/ticket/11870.
2015-12-28 18:53:44 +00:00
jzmaddock 08cb0bba32 Add missing #include. 2015-12-12 13:19:12 +00:00
jzmaddock bc8a92c7b6 Suppress use of noexcept for gcc-4.6 as it doesn't handle all failure cases correctly. 2015-12-12 13:15:34 +00:00
jzmaddock 58d70ed28b Add tests for https://svn.boost.org/trac/boost/ticket/11840. 2015-12-11 17:32:37 +00:00
jzmaddock b9c1ca01f5 Merge pull request #22 from scopeInfinity/changes
[type_traits] Fixed is_complex<T> with const types. Ticket #11840
2015-12-11 17:31:47 +00:00
scopeInfinity dc272078fc [type_traits] Fixed is_complex<T> with const types. Ticket #11840 2015-12-11 20:01:01 +05:30
jzmaddock 7d81a57758 Merge branch 'develop' 2015-12-08 19:12:44 +00:00
jzmaddock 26531e7e2c Merge branch 'develop' of https://github.com/boostorg/type_traits into develop 2015-12-06 12:12:47 +00:00
jzmaddock f176e0a26d Apply patch https://svn.boost.org/trac/boost/ticket/11831 for clang. 2015-12-06 11:58:11 +00:00
jzmaddock 0de68d2722 Merge pull request #21 from Lastique/patch-1
Fix a preprocessor warning on Intel compiler
2015-11-11 12:50:23 +00:00
Andrey Semashev 40fada5956 Fix a preprocessor warning on Intel compiler
Replaced incorrect "#else if" sequence with "#elif". This fixes "warning #14: extra text after expected end of preprocessing directive".
2015-11-11 13:17:02 +03:00
jzmaddock 4154c00265 Fix has_trivial_copy on Intel 16. 2015-11-09 18:48:21 +00:00
jzmaddock 946221e550 Fix has_nothrow_copy on Intel-16 / Windows. 2015-11-09 13:41:33 +00:00
jzmaddock f0021b147e Merge branch 'develop' 2015-10-15 10:46:41 +01:00
Ion Gaztañaga 1a5f11bb5a Second patch that makes all common type tests happy. 2015-09-19 23:09:46 +02:00
Ion Gaztañaga 2f3fecf3f5 First patches for MSVC-7.1 2015-09-19 22:27:38 +02:00
jzmaddock f1f534a923 Merge pull request #19 from igaztanaga/patch-1
Workaround for old compilers like MSVC 7.1
2015-09-15 08:50:14 +01:00
Ion Gaztañaga 7d4bb24bf6 Workaround for old compilers like MSVC 7.1
Without the indirection, a compilation error was triggered in line 106
2015-09-14 22:03:04 +02:00
jzmaddock e275dfc275 Merge pull request #18 from Lastique/fix_permissions
Remove executable permissions from headers.
2015-09-14 09:15:49 +01:00
Andrey Semashev 99576a12f6 Remove executable permissions from headers. 2015-09-13 21:20:51 +03:00
jzmaddock 0f82e72f34 Merge branch 'develop' 2015-09-13 09:34:56 +01:00
jzmaddock 5fcd9c3fd4 Merge pull request #17 from ldionne/bugfix/integral_constant
Add missing value_type typedef in integral_constant<bool> specialization
2015-09-13 08:18:19 +01:00
Louis Dionne f1bb7f979c Add missing ::value_type typedef in integral_constant<bool> specialization 2015-09-12 19:13:21 -04:00
jzmaddock 1b18be716f Remove v2 changelog from master - we don't need it here, it's just for admin. 2015-09-12 11:26:56 +01:00
jzmaddock 8151879fb2 Merge branch 'develop' 2015-09-12 11:25:05 +01:00
jzmaddock e5c0382a1b Update change log. 2015-09-12 11:24:30 +01:00
jzmaddock f083968ba6 Update to use new BOOST_HAS_FLOAT128, plus more tests. 2015-08-13 17:53:33 +01:00
jzmaddock 39660c2421 Add __float128 specialization for is_floating_point. 2015-08-13 13:22:32 +01:00
jzmaddock a0a9475d17 Stop testing things that can't possibly pass (compiler features not available). 2015-07-24 10:07:27 +01:00
jzmaddock 14d595e260 Fix a few more MSVC-14 failures. 2015-07-24 10:04:44 +01:00
jzmaddock 98954e1d15 Fix test case. 2015-07-23 19:22:28 +01:00
jzmaddock b03c2df9c3 Disable __alignof usage by clang when it emulating GCC and GCC's behavior is buggy. 2015-07-10 13:15:00 +01:00
jzmaddock 5d0cc6dca4 Fix duplicate definitions. 2015-07-10 13:05:31 +01:00
jzmaddock 2fc6fea44b Add more missing checks for BOOST_NO_CXX11_RVALUE_REFERENCES, 2015-07-08 18:31:30 +01:00
jzmaddock ac4a37449d Add needed PP_guard around rvalue ref usage. 2015-07-08 16:42:38 +01:00
jzmaddock 2d04c70520 Tentative fix for VC14.
Intrinsics behaviour seems to have changed compared to VC12.
2015-07-07 18:35:52 +01:00
jzmaddock 50e7e269e5 Try and suppress some vc9 warnings. 2015-07-07 18:21:01 +01:00
jzmaddock 312bf1d8ce Add some workarounds for GCC-4.4.x 2015-07-07 18:16:18 +01:00
jzmaddock 04a8a9ecc2 Need to use __is_polymorphic intrinsic with msvc
when final is supported.
Also improve tests.
2015-07-07 12:30:28 +01:00
jzmaddock ebf5ae3b76 Disable has_nothrow_destructor for MSVC as appears not to work at present. 2015-06-20 17:50:10 +01:00
jzmaddock f5592c72c0 Fix template args to is_copy_constructible. 2015-06-20 12:47:01 +01:00
jzmaddock 3267b296cf Fix correct include. 2015-06-19 09:25:27 +01:00
jzmaddock e19e733040 Regenerate docs and add missing files. 2015-06-18 11:26:28 +01:00
jzmaddock 22fd60efe3 Merge branch 'Version2' into develop 2015-06-18 11:23:28 +01:00
jzmaddock d66cb6e905 Fix Oracle C++11 failure. 2015-06-17 19:29:25 +01:00