-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
remove more C++11 work-arounds (#642)
* is_trivially_copyable for old Intel compiler * need to stick with coda_oss::make_unique for now because of old Intel compiler * Revert "need to stick with coda_oss::make_unique for now because of old Intel compiler" This reverts commit 76ebc4f. * trying to get std::make_unique with old Intel compiler * the old Intel compiler does have std::make_unique with C++14 * remove some compiler warnings/diagnostics ... which can cause build failures, depending on options. * don't need to turn off various GCC warnings anymore * compile modules/c++ with -Wall * build cleanly with -Wpedantic * enable more GCC warnings * use the standard (not legacy) C pre-processor doesn't allow "mdspan" to work * still building with older GCC :-( * remove #ifdefs for SGI and Sun * WIN32 -> _WIN32 * remove str::ui16string, in C++14, std::u16string should be fully supported. * save away result of mString.data() * merge develop/reduce-compiler-warnings * no longer using the old compilers
- Loading branch information
J. Daniel Smith
authored
Jan 25, 2023
1 parent
b04ccca
commit aabc581
Showing
5 changed files
with
15 additions
and
48 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters