mirror of
https://github.com/boostorg/uuid.git
synced 2026-01-19 04:42:16 +00:00
@@ -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 ;
|
||||
|
||||
|
||||
@@ -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>
|
||||
|
||||
|
||||
@@ -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>
|
||||
|
||||
|
||||
@@ -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>
|
||||
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user