Move Version to bt namespace
This commit is contained in:
parent
5ccf4dde55
commit
eedad0d82c
2 changed files with 3 additions and 3 deletions
|
@ -19,7 +19,7 @@
|
|||
#include "duckhandy/version_bt.hpp"
|
||||
|
||||
TEST_CASE ("Version class tests", "[version][bt]") {
|
||||
using dhandy::Version;
|
||||
using dhandy::bt::Version;
|
||||
|
||||
{
|
||||
constexpr Version<1> ver{"102"};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue