Re-eenable boost concepts
We disabled this to fight some old boost bugs around the initial run of
concepts. Between new compilers and new boost these seem solved, so
re-enable the concepts.
Tested: Unit tests pass. Has coverage of asio.
Change-Id: Ib430bff53635acecaf184ab2eadd8cde3900a19b
Signed-off-by: Ed Tanous <etanous@nvidia.com>
diff --git a/meson.build b/meson.build
index 70d2068..b10bc2a 100644
--- a/meson.build
+++ b/meson.build
@@ -173,7 +173,6 @@
add_project_arguments(
cxx.get_supported_arguments(
[
- '-DBOOST_ASIO_DISABLE_CONCEPTS',
'-DBOOST_ALL_NO_LIB',
'-DBOOST_ALLOW_DEPRECATED_HEADERS',
'-DBOOST_ASIO_DISABLE_THREADS',