2
0
mirror of https://github.com/boostorg/uuid.git synced 2026-01-19 04:42:16 +00:00

Merge pull request #179 from ivanpanch/patch-1

Fix mistakes
This commit is contained in:
Peter Dimov
2025-09-09 16:52:45 +03:00
committed by GitHub
13 changed files with 18 additions and 18 deletions

View File

@@ -57,9 +57,9 @@ rule test_headers
alias test_headers : [ test_headers ] ;
# test inclucing all .hpp files in 2 translations units
# test including all .hpp files in 2 translations units
# to look for issues when using multiple translation units
# eg. missing inline on a global functionstate is not missing
# e.g. missing inline on a global functionstate is not missing
run test_include1.cpp test_include2.cpp ;

View File

@@ -1,6 +1,6 @@
// Copyright 2024 Peter Dimov.
// Distributed under the Boost Software License, Version 1.0.
// https://www.boost.org/LICENSE_1_0.txt)
// https://www.boost.org/LICENSE_1_0.txt
#include <boost/uuid.hpp>

View File

@@ -1,6 +1,6 @@
// Copyright 2024 Peter Dimov.
// Distributed under the Boost Software License, Version 1.0.
// https://www.boost.org/LICENSE_1_0.txt)
// https://www.boost.org/LICENSE_1_0.txt
#include <boost/uuid.hpp>

View File

@@ -1,6 +1,6 @@
// Copyright 2024 Peter Dimov.
// Distributed under the Boost Software License, Version 1.0.
// https://www.boost.org/LICENSE_1_0.txt)
// https://www.boost.org/LICENSE_1_0.txt
#include <boost/uuid.hpp>

View File

@@ -37,7 +37,7 @@ int main(void)
my_obj a;
a.m_uuid.data[0] = 1;
std::printf("There should be a another printf coming next.\n");
std::printf("There should be another printf coming next.\n");
//*****************************************
// The != statement in this function generates a movups and a movdqu statement.