Skip to content

Commit

Permalink
Merge pull request #7 from cmazakas/missing-copyright
Browse files Browse the repository at this point in the history
Add missing copyright to shared_lock_test.cpp
  • Loading branch information
pdimov authored Mar 21, 2024
2 parents 0008d02 + 6153916 commit 91c2054
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions test/shared_lock_test.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
// Copyright 2023 Peter Dimov.
// Copyright 2023 Christian Mazakas.
// Copyright 2023 Ed Catmur
// Distributed under the Boost Software License, Version 1.0.
// https://www.boost.org/LICENSE_1_0.txt

#ifdef _MSC_VER
#pragma warning(disable: 4530) // C++ exception handler used, but unwing semantics not enabled
#pragma warning(disable: 4577) // noexcept used with no exception handling mode specified
Expand Down

0 comments on commit 91c2054

Please sign in to comment.