Skip to content

Commit

Permalink
Bump STL version for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
kboyarinov committed Feb 5, 2025
1 parent 1b12acd commit 39af2e8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -378,7 +378,7 @@ jobs:
- os: ubuntu-latest
c_compiler: gcc
cxx_compiler: g++
std: 11
std: 20
build_type: relwithdebinfo
job_name: linux_doc_examples_testing_ubuntu_latest
steps:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
limitations under the License.
*/


/*begin_memory_pool_allocator_example*/
#define TBB_PREVIEW_MEMORY_POOL 1
#include "oneapi/tbb/memory_pool.h"
Expand Down

0 comments on commit 39af2e8

Please sign in to comment.