Skip to content

Commit

Permalink
⬆️ Version 1.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
kris-jusiak committed Dec 23, 2019
1 parent 9156b46 commit c872c50
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1245,7 +1245,7 @@ namespace boost::ut::inline v1_1_4 {

| Option | Description | Example |
|-|-|-|
| `BOOST_UT_VERSION` | Current version | `1'1'4` |
| `BOOST_UT_VERSION` | Current version | `1'1'5` |
| `BOOST_UT_FORWARD` | Optionally used in `.cpp` files to speed up compilation of multiple suites | |
| `BOOST_UT_IMPLEMENTATION` | Optionally used in `main.cpp` file to provide `ut` implementation (have to be used in combination with `BOOST_UT_FORWARD`) | |

Expand Down
6 changes: 3 additions & 3 deletions include/boost/ut.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ export import std;
#elif not defined(__cpp_static_assert)
#error "[Boost].UT requires support for static assert";
#else
#define BOOST_UT_VERSION 1'1'2
#define BOOST_UT_VERSION 1'1'5

#if defined(BOOST_UT_FORWARD)
namespace std {
Expand Down Expand Up @@ -76,7 +76,7 @@ export namespace boost::ut {
namespace boost::ut {
#endif

inline namespace v1_1_4 {
inline namespace v1_1_5 {
namespace utility {
class string_view {
public:
Expand Down Expand Up @@ -2007,6 +2007,6 @@ using operators::operator and;
using operators::operator or;
using operators::operator not;
using operators::operator|;
} // namespace v1_1_4
} // namespace v1_1_5
} // namespace boost::ut
#endif

0 comments on commit c872c50

Please sign in to comment.