diff options
author | Josh Blum <josh@joshknows.com> | 2010-05-05 17:03:59 -0700 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2010-05-05 17:03:59 -0700 |
commit | f27400cd391d2d276df964d8c26ee08aa8ca3662 (patch) | |
tree | 084236f5fcdddf4aab1dc73ddf19bf02e716e0ea /host/docs | |
parent | 3198ff91dcd3a06433654f9e50818f4566cbbe13 (diff) | |
download | uhd-f27400cd391d2d276df964d8c26ee08aa8ca3662.tar.gz uhd-f27400cd391d2d276df964d8c26ee08aa8ca3662.tar.bz2 uhd-f27400cd391d2d276df964d8c26ee08aa8ca3662.zip |
Removed the boost exception stuff, replaced it with macro that formats the throw site information.
SWIG didnt handle the boost exception stuff, even with custom exception wrappers.
Now the boost requirement can be lowered back to 3.6.
Diffstat (limited to 'host/docs')
-rw-r--r-- | host/docs/build.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/host/docs/build.rst b/host/docs/build.rst index 81e61475e..d28682764 100644 --- a/host/docs/build.rst +++ b/host/docs/build.rst @@ -40,7 +40,7 @@ CMake ^^^^^^^^^^^^^^^^ Boost ^^^^^^^^^^^^^^^^ -* **Version:** at least 3.7 unix, at least 4.0 windows +* **Version:** at least 3.6 unix, at least 4.0 windows * **Required for:** build time + run time * **Download URL:** http://www.boost.org/users/download/ * **Download URL (windows installer):** http://www.boostpro.com/download |